Revision 11835,
831 bytes
checked in by ghudson, 26 years ago
(diff) |
Nuke comma fault. Pointed out by elliot.
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # $Id: xlock.sh,v 1.4 1998-07-31 20:48:17 ghudson Exp $ |
---|
3 | |
---|
4 | if [ -r /etc/athena/rc.conf ]; then |
---|
5 | . /etc/athena/rc.conf |
---|
6 | if [ "$PUBLIC" != true ]; then |
---|
7 | exec xlock.real "$@" |
---|
8 | fi |
---|
9 | fi |
---|
10 | |
---|
11 | echo "xlock is not appropriate for cluster workstations because" |
---|
12 | echo "it does not display an elapsed time or put up a button to" |
---|
13 | echo "allow others to log you out after a set time." |
---|
14 | echo "" |
---|
15 | echo "If you really wish to run xlock, run it as 'xlock.real' instead." |
---|
16 | echo "But if you do so, others may legitimately reboot the machine at" |
---|
17 | echo "any time to log you out." |
---|
18 | echo "" |
---|
19 | echo "Press return to read the On-Line Consulting stock answer about" |
---|
20 | echo "screensavers, or press Control-C to go back to the prompt." |
---|
21 | read dummy |
---|
22 | /bin/athena/attachandrun infoagents htmlview htmlview \ |
---|
23 | http://web.mit.edu/answers/workstations/other_xscreensaver.html |
---|
Note: See
TracBrowser
for help on using the repository browser.