net.eth0 and net.eth1 makes no sense, thanks to Marc Blumentritt

This commit is contained in:
Roy Marples 2007-10-11 19:24:53 +00:00
parent 79736a48d4
commit 14287ddd80

View File

@ -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.