summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-04-15 19:21:20 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-04-15 19:21:20 -0500
commitde0ded4ed05f1d52f92b22386fe7d5321ebf7e8e (patch)
treebb7d7564deac4c86fd67dcbb0136e085f6e199fe /doc
parent75722dac4ed11ea90f4eeda2095ed75293ec3586 (diff)
downloadopenrc-de0ded4ed05f1d52f92b22386fe7d5321ebf7e8e.tar.gz
openrc-de0ded4ed05f1d52f92b22386fe7d5321ebf7e8e.tar.bz2
openrc-de0ded4ed05f1d52f92b22386fe7d5321ebf7e8e.tar.xz
revert changes for bug #292894
This is being done because these dependency changes caused a regression. We will need to revisit the previously mentioned bug. X-Gentoo-Bug: 363693 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=363693
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.BSD.in9
-rw-r--r--doc/net.example.Linux.in9
2 files changed, 0 insertions, 18 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index eacfca6..2329fa2 100644
--- a/doc/net.example.BSD.in
+++ b/doc/net.example.BSD.in
@@ -359,15 +359,6 @@
# manager like resolvconf-gentoo to manage this file for you. All packages
# that baselayout supports use resolvconf-gentoo if installed.
-# If you run any services on net.lo which need localmount, either the
-# services or net.lo should explicitly bring in localmount.
-# If you do not do this, openrc will try to bring up net.lo as soon as
-# possible, which may be too early for your services.
-# If you use network file systems for your core system this may
-# interfere.
-# Also, you may need this if 127.0.0.1 is in your /etc/resolv.conf.
-#rc_net_lo0_need="localmount"
-
#-----------------------------------------------------------------------------
# Cable in/out detection
# Sometimes the cable is in, others it's out. Obviously you don't want to
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 844a67a..709e201 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -962,15 +962,6 @@
# manager like resolvconf-gentoo to manage this file for you. All packages
# that baselayout supports use resolvconf-gentoo if installed.
-# If you run any services on net.lo which need localmount, either the
-# services or net.lo should explicitly bring in localmount.
-# If you do not do this, openrc will try to bring up net.lo as soon as
-# possible, which may be too early for your services.
-# If you use network file systems for your core system this may
-# interfere.
-# Also, you may need this if 127.0.0.1 is in your /etc/resolv.conf.
-#rc_net_lo_need="localmount"
-
#-----------------------------------------------------------------------------
# Cable in/out detection
# Sometimes the cable is in, others it's out. Obviously you don't want to