From 5b61b6c2bf49d75df992a4dc39757e66a536dbcd Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 15 Apr 2002 06:41:16 +0000 Subject: Updated initscripts for multiple ethernet interfaces --- rc.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 5585646..c6b3800 100644 --- a/rc.conf +++ b/rc.conf @@ -12,20 +12,20 @@ TIMEZONE=Canada/Pacific # Networking # HOSTNAME="myhost" -IPADDR="192.168.0.2" -NETMASK="255.255.255.0" -GATEWAY="192.168.0.1" +IF_UP=("lo 127.0.0.1" "eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255") +IF_DN=("lo down" "eth0 down") +ROUTE_UP=("add default gw 192.168.0.1") +ROUTE_DN=("del default gw 192.168.0.1") # -# Daemons to start at boot-up +# Daemons to start at boot-up (in this order) +# (prefix a daemon with a ! to disable it) # -DAEMONS=(crond inetd) +DAEMONS=(!pcmcia network crond inetd) # # PCMCIA # -# Set to "yes" to use PCMCIA Services -PCMCIA=no # Should be either i82365 or tcic PCIC=i82365 PCIC_OPTS= -- cgit v1.2.3