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~
Wrap
Text File
|
1998-08-19
|
189b
|
15 lines
#!/bin/sh
. /usr/lib/scohelp/.utils
if [ -f $DISABLED ]
then
echo "scohelphttp already disabled."
else
echo "Disabling scohelphttp...\c"
touch $DISABLED
echo "done."
fi