aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
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=