pullup silence compiler fixes

ifconfig.sh for Solaris 9
README updates
This commit is contained in:
Mark Andrews
2004-03-18 02:58:08 +00:00
parent ca9a8f6d0b
commit 1676408640
71 changed files with 314 additions and 261 deletions

View File

@@ -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