]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Workaround for SIGHUP-without-delay bug
authorMichael Sawyer <source@isc.org>
Mon, 22 May 2000 23:56:49 +0000 (23:56 +0000)
committerMichael Sawyer <source@isc.org>
Mon, 22 May 2000 23:56:49 +0000 (23:56 +0000)
bin/tests/system/notify/tests.sh

index 1b895840f5c989b6f25dbc952c869f2726bd3d5d..24312d85da3d897c39b6281af25346a4265b8216 100644 (file)
@@ -51,6 +51,7 @@ status=`expr $status + $?`
 
 rm -f ns2/example.db
 cp ns2/example2.db ns2/example.db
+sleep 3
 kill -HUP `cat ns2/named.pid`
 sleep 30
 
@@ -70,6 +71,7 @@ status=`expr $status + $?`
 kill `cat ns3/named.pid`
 rm -f ns2/example.db
 cp ns2/example3.db ns2/example.db
+sleep 3
 kill -HUP `cat ns2/named.pid`
 (cd ns3 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
 sleep 30
@@ -90,6 +92,7 @@ status=`expr $status + $?`
 rm -f ns2/example.db
 kill `cat ns2/named.pid`
 cp ns2/example4.db ns2/example.db
+sleep 3
 (cd ns2 ; $NAMED -c named.conf -d 99 -g >> named.run 2>&1 & )
 sleep 30