mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
Solaris 8's lo0 alias appears to be broken.
This commit is contained in:
parent
10bc8ffed6
commit
1d4080cebf
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ case "$1" in
|
|||
for ns in 1 2 3 4 5
|
||||
do
|
||||
case "$sys" in
|
||||
sparc-sun-solaris2.[6-8])
|
||||
sparc-sun-solaris2.[6-7])
|
||||
ifconfig lo0:$ns 10.53.0.$ns up
|
||||
;;
|
||||
*-pc-linux-gnu)
|
||||
|
|
|
|||
Loading…
Reference in a new issue