added system tests
This commit is contained in:
12
bin/tests/system/stop.sh
Normal file
12
bin/tests/system/stop.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Stop name servers.
|
||||
#
|
||||
|
||||
cd $1
|
||||
|
||||
for d in ns*
|
||||
do
|
||||
pidfile="$d/named.pid"
|
||||
test ! -f $pidfile || kill -INT `cat $pidfile`
|
||||
done
|
||||
Reference in New Issue
Block a user