]> andersk Git - moira.git/blobdiff - gen/hesiod.sh
this is what's currently running on SMS
[moira.git] / gen / hesiod.sh
index a8929194280be5570f743aa5480efe993f59dfe3..f3142deb13c357ffba35b96ec8f3659736036b9a 100644 (file)
@@ -1,12 +1,17 @@
 #! /bin/sh
 TARFILE=/tmp/hesiod
-SRC_DIR=/site/_nameserver
+SRC_DIR=/etc/athena/_nameserver
 DEST_DIR=/etc/athena/nameserver
 if [ ! -d $SRC_DIR ]; then
        /bin/rm -f $SRC_DIR
        /bin/mkdir $SRC_DIR
        /bin/chmod 755 $SRC_DIR
 fi
+#if [ ! -d $DEST_DIR ]; then
+#      /bin/rm -f $DEST_DIR
+#      /bin/mkdir $DEST_DIR
+#      /bin/chmod 755 $DEST_DIR
+#fi
 cd $SRC_DIR
 for file in `/bin/tar tf $TARFILE`; do 
        if [ ./ = $file ]; then continue; fi
@@ -17,26 +22,14 @@ for file in `/bin/tar tf $TARFILE`; do
                /bin/rm -f $file
        fi
 done
-
+# The following three lines were changed by WES on 9/10/87.
+# They may not be in the sources.
 /bin/rm -f $TARFILE
 kill -KILL `/bin/cat /etc/named.pid`
 
 csh -fc "unlimit; /etc/named"
 
-while true; do
-       sleep 60
-       if [ -e /tmp/named.success ]
-               exit 0
-       fi
-       if [ -e /tmp/named.failure ]
-               exit 1
-       fi
-       if [ -e /etc/named.pid ]
-               exit 1
-       fi
-done
 
-rm -f $0
 exit
 #
 #      $Source$
This page took 0.03134 seconds and 4 git commands to generate.