Revision 24363,
282 bytes
checked in by jdreed, 15 years ago
(diff) |
Make it work with Karmic by...
- removing /usr/lib/indicator-session/indicator-users-service, thus disabling "Switch User"
- Removing /etc/init/tty{1..6}.conf
- Installing ttymsg as /etc/init/ttymsg.conf
|
Line | |
---|
1 | # ttymsg |
---|
2 | # |
---|
3 | # This service displays a message on the first six ttys. |
---|
4 | |
---|
5 | start on stopped rc2 |
---|
6 | start on stopped rc3 |
---|
7 | start on stopped rc4 |
---|
8 | start on stopped rc5 |
---|
9 | |
---|
10 | stop on runlevel 0 |
---|
11 | stop on runlevel 1 |
---|
12 | stop on runlevel 6 |
---|
13 | |
---|
14 | respawn |
---|
15 | exec /usr/lib/debathena-cluster-login-config/debathena-ttymsg |
---|
Note: See
TracBrowser
for help on using the repository browser.