mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
osf doesn't get path right.
This commit is contained in:
parent
208c4f45c8
commit
3d02ab0d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -43,10 +43,10 @@ case "$1" in
|
|||
ifconfig lo0 add 10.53.0.$ns
|
||||
;;
|
||||
*-dec-osf5.*)
|
||||
ifconfig lo0 alias 10.53.0.$ns
|
||||
/sbin/ifconfig lo0 alias 10.53.0.$ns
|
||||
;;
|
||||
*-dec-osf4.*)
|
||||
ifconfig lo0 alias 10.53.0.$ns
|
||||
/sbin/ifconfig lo0 alias 10.53.0.$ns
|
||||
;;
|
||||
*-pc-bsdi4.*)
|
||||
ifconfig lo0 add 10.53.0.$ns
|
||||
|
|
|
|||
Loading…
Reference in a new issue