Revision 11835,
831 bytes
checked in by ghudson, 26 years ago
(diff) |
Nuke comma fault. Pointed out by elliot.
|
Rev | Line | |
---|
[11618] | 1 | #!/bin/sh |
---|
[11835] | 2 | # $Id: xlock.sh,v 1.4 1998-07-31 20:48:17 ghudson Exp $ |
---|
[11618] | 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 | |
---|
[11835] | 11 | echo "xlock is not appropriate for cluster workstations because" |
---|
[11833] | 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." |
---|
[11618] | 14 | echo "" |
---|
| 15 | echo "If you really wish to run xlock, run it as 'xlock.real' instead." |
---|
[11833] | 16 | echo "But if you do so, others may legitimately reboot the machine at" |
---|
| 17 | echo "any time to log you out." |
---|
[11618] | 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 |
---|
[11829] | 22 | /bin/athena/attachandrun infoagents htmlview htmlview \ |
---|
[11618] | 23 | http://web.mit.edu/answers/workstations/other_xscreensaver.html |
---|
Note: See
TracBrowser
for help on using the repository browser.