+1289. [port] Openserver: ifconfig.sh support.
+
1288. [port] Openserver: the value FD_SETSIZE depends on whether
<sys/param.h> is included or not. Be consistant.
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# $Id: ifconfig.sh,v 1.38 2002/03/01 11:28:28 marka Exp $
+# $Id: ifconfig.sh,v 1.39 2002/05/13 04:18:07 marka Exp $
#
# Set up interface aliases for bind9 system tests.
hpux)
ifconfig lo0:$ns 10.53.0.$ns up
;;
+ *-sco3.2v*)
+ ifconfig lo0 alias 10.53.0.$ns
+ ;;
*)
echo "Don't know how to set up interface. Giving up."
exit 1
hpux)
ifconfig lo0:$ns 10.53.0.$ns down
;;
+ *-sco3.2v*)
+ ifconfig lo0 -alias 10.53.0.$ns
+ ;;
*)
echo "Don't know how to destroy interface. Giving up."
exit 1