RC_DEPEND_STRICT -> rc_depend_strict

This commit is contained in:
Roy Marples 2007-11-28 17:02:02 +00:00
parent f796ad463d
commit 44fe713062

View File

@ -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 ())