aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-04-19 07:28:04 +0000
committerJudd Vinet <judd@archlinux.org>2002-04-19 07:28:04 +0000
commitcd5a839558fa3e5b10423fa33e621be2f27acf12 (patch)
tree276614aa00c8f13bd225624b68a3d70b8c5305c6 /rc.conf
parentf5e0fa814e1f31279509645a25057dcefa5eaadc (diff)
downloadinitscripts-cd5a839558fa3e5b10423fa33e621be2f27acf12.tar.xz
Updated for /etc/profile.d
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf13
1 files changed, 11 insertions, 2 deletions
diff --git a/rc.conf b/rc.conf
index c6b3800..9aaab14 100644
--- a/rc.conf
+++ b/rc.conf
@@ -12,8 +12,12 @@ TIMEZONE=Canada/Pacific
# Networking
#
HOSTNAME="myhost"
-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")
+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")
@@ -24,6 +28,11 @@ ROUTE_DN=("del default gw 192.168.0.1")
DAEMONS=(!pcmcia network crond inetd)
#
+# profile scripts in /etc/profile.d to enable
+#
+PROFILES=()
+
+#
# PCMCIA
#
# Should be either i82365 or tcic