hpux-packagings-20030619
[openafs.git] / src / packaging / HP-UX / scripts / openafs-srv.unconfigure
1 #!/bin/sh
2 ##############
3 # Product: OPENAFS
4 # Fileset: OPENAFS.OPENAFS-SRV
5 # configure
6 # @(#) $Revision$
7 # @(#) $Revision$
8 ##############
9 #
10 #  (c) Copyright 2003
11 #
12 ########
13
14 # The global variables SUCCESS, FAILURE, WARNING, EXCLUDE, PATH, ROOT,
15 # SW_CTL_SCRIPT_NAME, _pf, PRODUCT, and FILESET are all set by control_utils.
16
17 set -a
18 UTILS="/usr/lbin/sw/control_utils"
19 if [[ ! -f ${UTILS} ]]
20 then
21     echo "ERROR:   Cannot find ${UTILS}"
22     exit 1
23 fi
24 . ${UTILS}
25
26 exitval=$SUCCESS                # Anticipate success
27
28 ############################################################################
29
30 #
31 # Removal of /sbin/lib/mfsconfig.d/afs is done automatically
32 # since we add it to the IPD in the configure script.
33
34 exit $exitval