home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / scohelp / root.1 / usr / ns-home / httpd-scohelphttp / disable / disable~
Text File  |  1998-08-19  |  189b  |  15 lines

  1. #!/bin/sh
  2.  
  3. . /usr/lib/scohelp/.utils
  4.  
  5. if [ -f $DISABLED ]
  6. then
  7.     echo "scohelphttp already disabled."
  8. else
  9.     echo "Disabling scohelphttp...\c"
  10.     touch $DISABLED
  11.     echo "done."
  12. fi
  13.  
  14.  
  15.