summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-11 19:24:53 +0000
committerRoy Marples <roy@marples.name>2007-10-11 19:24:53 +0000
commit14287ddd80b3c2d7eb44b3bee77caab4c4d6eca2 (patch)
treef1302ea097972c085af663af090460ee4cb59d25 /conf.d
parent79736a48d411af96446cd26c66052be6d6641bb5 (diff)
downloadopenrc-14287ddd80b3c2d7eb44b3bee77caab4c4d6eca2.tar.gz
openrc-14287ddd80b3c2d7eb44b3bee77caab4c4d6eca2.tar.bz2
openrc-14287ddd80b3c2d7eb44b3bee77caab4c4d6eca2.tar.xz
net.eth0 and net.eth1 makes no sense, thanks to Marc Blumentritt
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.