From e772aeae76f2ad704a834dc17df02dbc137a6573 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 15 Sep 2005 20:05:07 +0000 Subject: modified netcfg/network scripts -- you can list multiple entries in NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept. --- rc.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rc.conf') 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) -- cgit v1.2.3