]> andersk Git - moira.git/commitdiff
change way named is restarted [wesommer]
authormar <mar>
Tue, 16 Feb 1988 12:18:51 +0000 (12:18 +0000)
committermar <mar>
Tue, 16 Feb 1988 12:18:51 +0000 (12:18 +0000)
remove this script from /tmp when done.

gen/hesiod.sh

index 4d8a6bc9a3688c09569731eb545e7ecf2550079c..269b8f832b50d1d998226c79f325883796438190 100644 (file)
@@ -22,10 +22,13 @@ for file in `/bin/tar tf $TARFILE`; do
                /bin/rm -f $file
        fi
 done
-#/bin/rm -f $TARFILE
-#kill -HUP `/bin/cat /etc/named.pid`
 
+/bin/rm -f $TARFILE
+kill -KILL `/bin/cat /etc/named.pid`
 
+csh -fc "unlimit; /etc/named"
+
+rm -f $0
 exit
 #
 #      $Source$
This page took 0.170523 seconds and 5 git commands to generate.