mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
osf doesn't get path right.
This commit is contained in:
@@ -43,10 +43,10 @@ case "$1" in
|
|||||||
ifconfig lo0 add 10.53.0.$ns
|
ifconfig lo0 add 10.53.0.$ns
|
||||||
;;
|
;;
|
||||||
*-dec-osf5.*)
|
*-dec-osf5.*)
|
||||||
ifconfig lo0 alias 10.53.0.$ns
|
/sbin/ifconfig lo0 alias 10.53.0.$ns
|
||||||
;;
|
;;
|
||||||
*-dec-osf4.*)
|
*-dec-osf4.*)
|
||||||
ifconfig lo0 alias 10.53.0.$ns
|
/sbin/ifconfig lo0 alias 10.53.0.$ns
|
||||||
;;
|
;;
|
||||||
*-pc-bsdi4.*)
|
*-pc-bsdi4.*)
|
||||||
ifconfig lo0 add 10.53.0.$ns
|
ifconfig lo0 add 10.53.0.$ns
|
||||||
|
Reference in New Issue
Block a user