aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/rc.conf b/rc.conf
index a66e0ee..3ff63b3 100644
--- a/rc.conf
+++ b/rc.conf
@@ -36,7 +36,7 @@ MODULES=(!usbserial !ide-scsi)
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
-# (prefix an interface in INTERFACES with a ! to disable it)
+# - prefix an entry in INTERFACES with a ! to disable it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
@@ -47,7 +47,7 @@ INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
-# (prefix a route in ROUTES with a ! to disable it)
+# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
@@ -55,8 +55,8 @@ ROUTES=(!gateway)
#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
-# (set to 'menu' to present a menu during boot-up)
-# (prefix with a ! to disable)
+# - set to 'menu' to present a menu during boot-up
+# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
@@ -64,8 +64,8 @@ ROUTES=(!gateway)
#
# Daemons to start at boot-up (in this order)
-# (prefix a daemon with a ! to disable it)
-# (prefix a daemon with a @ to start it up in the background)
+# - prefix a daemon with a ! to disable it
+# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)