]> andersk Git - moira.git/commitdiff
don't check nameserver status after it restarts-this fails on
authormar <mar>
Tue, 26 Sep 1989 18:27:32 +0000 (18:27 +0000)
committermar <mar>
Tue, 26 Sep 1989 18:27:32 +0000 (18:27 +0000)
secondary servers

gen/hesiod.sh

index b6c4ad9787552dd5f6286c43a6f1da6bc6413a01..d5fd9761de5d9ceb1e2671dc84ee5901a4f8b447 100644 (file)
@@ -18,8 +18,8 @@ set TARFILE=/tmp/hesiod.out
 set SRC_DIR=/etc/athena/_nameserver
 # Directory into which we will put the final product
 set DEST_DIR=/etc/athena/nameserver
-# Files to verify nameserver loaded
-set CHECKFILES="passwd.db pobox.db cluster.db grplist.db group.db"
+# Files to verify nameserver loaded-if empty, no check is done
+set CHECKFILES=""
 
 # Create the destination directory if it doesn't exist
 if (! -d $DEST_DIR) then
This page took 0.050721 seconds and 5 git commands to generate.