ifconfig.sh revision 9c3531d72aeaad6c5f01efe6a1c82023e1379e4d
#
# Copyright (C) 2000 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: ifconfig.sh,v 1.16 2000/06/22 21:51:26 tale Exp $
#
# Set up interface aliases for bind9 system tests.
#
# If running on hp-ux, don't even try to run config.guess.
# It will try to create a temporary file in the current directory,
# which fails when running as root with the current directory
# on a NFS mounted disk.
*) sys=`../../../config.guess` ;;
esac
case "$1" in
'start')
do
;;
;;
;;
;;
;;
;;
;;
;;
;;
;;
;;
hpux)
;;
*)
echo "Don't know how to set up interface. Giving up."
exit 1
esac
done
;;
'stop')
do
;;
;;
;;
;;
;;
;;
;;
;;
;;
;;
;;
hpux)
;;
*)
echo "Don't know how to destroy interface. Giving up."
exit 1
esac
done
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac