pullup silence compiler fixes
ifconfig.sh for Solaris 9 README updates
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: ifconfig.sh,v 1.45 2004/03/10 02:19:52 marka Exp $
|
||||
# $Id: ifconfig.sh,v 1.46 2004/03/18 02:57:54 marka Exp $
|
||||
|
||||
#
|
||||
# Set up interface aliases for bind9 system tests.
|
||||
@@ -72,9 +72,9 @@ case "$1" in
|
||||
*-sun-solaris2.[6-7])
|
||||
ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
|
||||
;;
|
||||
*-*-solaris2.8)
|
||||
ifconfig lo0:$int plumb
|
||||
ifconfig lo0:$int 10.53.0.$ns up
|
||||
*-*-solaris2.[8-9])
|
||||
/sbin/ifconfig lo0:$int plumb
|
||||
/sbin/ifconfig lo0:$int 10.53.0.$ns up
|
||||
;;
|
||||
*-*-linux*)
|
||||
ifconfig lo:$int 10.53.0.$ns up netmask 255.255.255.0
|
||||
|
||||
Reference in New Issue
Block a user