home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / serveroncd / Server-on-CD.iso / socd / sbin / rc.d / rc.2 < prev    next >
Encoding:
Text File  |  2004-06-14  |  166 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. if [ -f /etc/halt ]
  4.  then
  5.   /bin/rm /etc/halt
  6.   /bin/rm -r /mnt/C/socd
  7.   /sbin/umount -a
  8.   /sbin/reboot
  9. else
  10.  /bin/setterm -blank 15
  11.  /usr/bin/status 
  12. fi
  13.  
  14.