summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/rc b/conf.d/rc
index fdbd187..fbe0ac9 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.