aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-04-15 06:41:16 +0000
committerJudd Vinet <judd@archlinux.org>2002-04-15 06:41:16 +0000
commit5b61b6c2bf49d75df992a4dc39757e66a536dbcd (patch)
tree70c94a870d661f34cdbdc66aae3ad846d4b3b997 /rc.conf
parent91fd2beff99c9e623a201c8221964353c8669044 (diff)
downloadinitscripts-5b61b6c2bf49d75df992a4dc39757e66a536dbcd.tar.xz
Updated initscripts for multiple ethernet interfaces
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf14
1 files changed, 7 insertions, 7 deletions
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=