mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 01:14:14 -04:00
5 hosts
This commit is contained in:
parent
9282e3c21a
commit
35a680bf40
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ sys=`../../../config.guess`
|
|||
case "$1" in
|
||||
|
||||
'start')
|
||||
for ns in 1 2 3 4
|
||||
for ns in 1 2 3 4 5
|
||||
do
|
||||
case "$sys" in
|
||||
sparc-sun-solaris2.[6-8])
|
||||
|
|
@ -59,7 +59,7 @@ case "$1" in
|
|||
;;
|
||||
|
||||
'stop')
|
||||
for ns in 4 3 2 1
|
||||
for ns in 5 4 3 2 1
|
||||
do
|
||||
case "$sys" in
|
||||
sparc-sun-solaris2.[6-8])
|
||||
|
|
|
|||
Loading…
Reference in a new issue