summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-10-30 15:03:12 +0000
committerRoy Marples <roy@marples.name>2008-10-30 15:03:12 +0000
commit1c73f2967ca802c442824672eb3e31c19826fc4e (patch)
tree81d4af1f35dbe3c604f2663572a355afeed97afc /etc
parent2ff0838abb427181ca7cd21abf0cbf4340c3ccae (diff)
downloadopenrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.gz
openrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.bz2
openrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.xz
We no longer hotplug by default.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 3c3ed1b..1bb3b27 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -22,15 +22,17 @@ rc_interactive="YES"
# come up.
rc_depend_strict="YES"
-# rc_hotplug is a list of services that we allow to be hotplugged,
-# by default allow all.
+# rc_hotplug is a list of services that we allow to be hotplugged.
+# By default we do not allow hotplugging.
# A hotplugged service is one started by a dynamic dev manager when a matching
# hardware device is found.
# This service is intrinsically included in the boot runlevel.
# To disable services, prefix with a !
# Example - rc_hotplug="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.
-rc_hotplug="*"
+# Example - rc_hotplug="*"
+# This allows all services to be hotplugged
+#rc_hotplug="*"
# rc_logger launches a logging daemon to log the entire rc process to
# /var/log/rc.log