rc_allow_plug -> rc_service_plugable

This commit is contained in:
Roy Marples
2007-10-02 09:57:23 +00:00
parent 4e9e8d075c
commit 69ebf0c738
8 changed files with 24 additions and 24 deletions

View File

@@ -46,7 +46,7 @@ int rc_depend (int argc, char **argv)
char *runlevel = getenv ("RC_SOFTLEVEL");
if (! runlevel)
runlevel = rc_get_runlevel ();
runlevel = rc_runlevel_get ();
for (i = 1; i < argc; i++) {
if (strcmp (argv[i], "--update") == 0) {