3 echo "NOTE: Executing unconfigure script."
6 # (c) Copyright Hewlett-Packard Company 1994
11 UTILS="/usr/lbin/sw/control_utils"
12 if [[ ! -f ${UTILS} ]]
14 echo "ERROR: Cannot find ${UTILS}"
18 ################################################
19 # Set the global PATH to include OPENAFS software
21 mod_pathfile -d P ${ROOT}bin
25 echo " $ROOT already removed from /etc/PATH."
27 echo " ${ROOT}/bin removed from path"
30 # Remove the startup/shutdown scripts from /sbin/init.d and /sbin/rc2.d
31 # Remove the configuration files inserted by the configure script
33 RMFILES="/usr/vice/etc/AFSlog \
34 /usr/vice/etc/CellServDB \
35 /usr/vice/etc/ThisCell \
36 /usr/vice/etc/cacheinfo \
43 if [[ -f $file ]];then
44 print "Removing file $file"