these become subdirectories in the new bind
This commit is contained in:
parent
cec913603e
commit
bcbd476ac7
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# @(#)named.reload 5.2 (Berkeley) 6/27/89
|
||||
#
|
||||
|
||||
kill -s HUP `cat /var/run/named.pid`
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# @(#)named.restart 5.4 (Berkeley) 6/27/89
|
||||
#
|
||||
|
||||
PATH=/bin:/sbin:/usr/sbin:/usr/bin
|
||||
|
||||
kill -s KILL `cat /var/run/named.pid`
|
||||
named
|
Loading…
Reference in New Issue