summaryrefslogtreecommitdiff
path: root/src
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 /src
parent2ff0838abb427181ca7cd21abf0cbf4340c3ccae (diff)
downloadopenrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.gz
openrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.bz2
openrc-1c73f2967ca802c442824672eb3e31c19826fc4e.tar.xz
We no longer hotplug by default.
Diffstat (limited to 'src')
-rw-r--r--src/rc/runscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 0b34d85..4fc12bf 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -1111,7 +1111,7 @@ service_plugable(void)
if (!match)
match = rc_conf_value("rc_plug_services");
if (!match)
- return true;
+ return false;
list = xstrdup(match);
p = list;