summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-05-02 14:37:46 +0000
committerChristian Heim <phreak@gentoo.org>2006-05-02 14:37:46 +0000
commit195eba806279ebfe643e076704e02aa54bff99a8 (patch)
tree72a2b6eff27167332e4f1daf63c6bfd452ed3ed6 /etc
parentMerging r2014 (diff)
downloadbaselayout-vserver-195eba806279ebfe643e076704e02aa54bff99a8.tar.gz
baselayout-vserver-195eba806279ebfe643e076704e02aa54bff99a8.tar.bz2
baselayout-vserver-195eba806279ebfe643e076704e02aa54bff99a8.zip
Merging baselayout r2022 for branches/rc-scripts_1_6, branches/baselayout-1_12 and trunk
svn path=/baselayout-vserver/trunk/; revision=350
Diffstat (limited to 'etc')
-rw-r--r--etc/conf.d/rc11
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc
index 875fd11..49b5b19 100644
--- a/etc/conf.d/rc
+++ b/etc/conf.d/rc
@@ -12,14 +12,13 @@ RC_PARALLEL_STARTUP="no"
# Dynamic /dev managers can trigger coldplug events which cause services to
# start before we are ready for them. If this happens, we can defer these
-# services to start in the boot runlevel. If you don't want this then set
-# RC_COLDPLUG to no.
-# For more fine grained control you can list full service names to allow
-# them to coldplug and prefix them with ! so they don't coldplug.
-# Example - RC_COLDPLUG="net.wlan !net.*"
+# services to start in the boot runlevel. RC_COLDPLUG is a list of services we
+# allow to be coldplugged in this way. Globbing is allowed as is prefixing
+# with ! which means don't coldplug.
+# Example - RC_COLDPLUG="net.wlan !net.* *"
# This allows net.wlan and any service not matching net.* to coldplug.
-RC_COLDPLUG="yes"
+RC_COLDPLUG="*"
# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed: