We no longer hotplug by default.

This commit is contained in:
Roy Marples
2008-10-30 15:03:12 +00:00
parent 2ff0838abb
commit 1c73f2967c
2 changed files with 6 additions and 4 deletions

View File

@ -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;