RC_DEPEND_STRICT -> rc_depend_strict
This commit is contained in:
parent
f796ad463d
commit
44fe713062
@ -833,7 +833,7 @@ static void svc_stop (bool deps)
|
||||
char *svc;
|
||||
int i;
|
||||
|
||||
if (rc_conf_yesno ("RC_DEPEND_STRICT"))
|
||||
if (rc_conf_yesno ("rc_depend_strict"))
|
||||
depoptions |= RC_DEP_STRICT;
|
||||
|
||||
if (rc_runlevel_stopping ())
|
||||
|
Loading…
Reference in New Issue
Block a user