diff options
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 1f3d6625..e136e944 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1185,7 +1185,7 @@ int runscript (int argc, char **argv) } if (rc_yesno (getenv ("IN_HOTPLUG"))) { - if (! rc_conf_yesno ("rc_hotplug") || ! rc_service_plugable (applet)) + if (! rc_conf_yesno ("rc_hotplug") || ! service_plugable (applet)) eerrorx ("%s: not allowed to be hotplugged", applet); } |