2011-03-30 13:53:33 +00:00
|
|
|
#!/bin/rc
|
|
|
|
|
|
|
|
echo -n 'Halting file systems...'
|
|
|
|
|
2011-04-20 03:49:58 +00:00
|
|
|
if(ps | grep -s ' cwfs$')
|
|
|
|
echo halt >>/srv/cwfs.cmd
|
2011-03-30 13:53:33 +00:00
|
|
|
|
|
|
|
echo done
|
|
|
|
echo
|
|
|
|
echo Remember to take the install disk out of the drive.
|
|
|
|
echo Feel free to turn off your computer.
|
|
|
|
while()
|
|
|
|
sleep 3600
|
|
|
|
|