diff --git a/conf.d/rc b/conf.d/rc index fdbd1873..fbe0ac94 100644 --- a/conf.d/rc +++ b/conf.d/rc @@ -22,7 +22,7 @@ RC_QUIET="no" # Do we allow any started service in the runlevel to satisfy the depedency # or do we want all of them regardless of state? For example, if net.eth0 -# and net.eth0 are in the default runlevel then with RC_DEPEND_STRICT="no" +# and net.eth1 are in the default runlevel then with RC_DEPEND_STRICT="no" # both will be started, but services that depend on 'net' will work if either # one comes up. With RC_DEPEND_STRICT="yes" we would require them both to # come up.