rc_coldplug=no really stops all coldplug events

This commit is contained in:
Roy Marples
2008-01-18 10:04:21 +00:00
parent c6774d1c74
commit 862e07c8fd
2 changed files with 3 additions and 2 deletions

View File

@@ -839,6 +839,7 @@ int main (int argc, char **argv)
continue;
if (rc_service_exists (d->d_name) &&
rc_conf_yesno ("rc_coldplug") &&
service_plugable (d->d_name))
rc_service_mark (d->d_name, RC_SERVICE_COLDPLUGGED);