hpux-packagings-20030709
authorPaul Weber <paul.weber@hp.com>
Wed, 9 Jul 2003 19:06:59 +0000 (19:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 9 Jul 2003 19:06:59 +0000 (19:06 +0000)
FIXES 1315

updated packaging for hp-ux 11.00, 11.11 and 11.22

src/packaging/HP-UX/scripts/openafs-clnt.configure
src/packaging/HP-UX/scripts/openafs-srv.postremove

index dc8fe25..10e1cea 100644 (file)
@@ -37,11 +37,11 @@ if [[ -d /usr/newconfig/usr/vice/etc && ! -f /usr/vice/etc/cacheinfo ]]; then
 
 fi
 #
-# Add CellDB info only if it does not locally exist
+# Add CellServDB info only if it does not locally exist
 # 
-if [[ -f /usr/newconfig/usr/vice/etc/CellDB && ! -f /usr/afs/etc/CellDB ]]; then
-    print "Adding CellDB hosts into /usr/afs/etc/CellDB"
-    cat /usr/newconfig/usr/vice/etc/CellDB >> /usr/afs/etc/CellDB
+if [[ -f /usr/newconfig/usr/vice/etc/CellServDB && ! -f /usr/afs/etc/CellServDB ]]; then
+    print "Adding CellServDB hosts into /usr/afs/etc/CellServDB"
+    cat /usr/newconfig/usr/vice/etc/CellServDB >> /usr/afs/etc/CellServDB
 fi
 
 exit $exitval
index 5d7a44f..99a1e03 100644 (file)
@@ -34,7 +34,7 @@ exitval=$SUCCESS                # Anticipate success
 RMDIRS="/usr/afs/db \
        /usr/afs/local \
        /usr/afs/etc/ThisCell \
-       /usr/afs/etc/CellDB \
+       /usr/afs/etc/CellServDB \
        /usr/afs/logs"
 
 for dir in $RMDIRS