Revision 23175,
316 bytes
checked in by ghudson, 16 years ago
(diff) |
Add a new package debathena-cluster-login-config to configure the
login and screensaver policy on cluster machines.
|
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 | script |
---|
15 | m="Press ctrl-alt-F7 to log in" |
---|
16 | for n in 1 2 3 4 5 6; do echo "$m" > /dev/tty$n; done |
---|
17 | end script |
---|
Note: See
TracBrowser
for help on using the repository browser.