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
This commit is contained in:
parent
75722dac4e
commit
de0ded4ed0
@ -359,15 +359,6 @@
|
|||||||
# manager like resolvconf-gentoo to manage this file for you. All packages
|
# manager like resolvconf-gentoo to manage this file for you. All packages
|
||||||
# that baselayout supports use resolvconf-gentoo if installed.
|
# 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
|
# Cable in/out detection
|
||||||
# Sometimes the cable is in, others it's out. Obviously you don't want to
|
# Sometimes the cable is in, others it's out. Obviously you don't want to
|
||||||
|
@ -962,15 +962,6 @@
|
|||||||
# manager like resolvconf-gentoo to manage this file for you. All packages
|
# manager like resolvconf-gentoo to manage this file for you. All packages
|
||||||
# that baselayout supports use resolvconf-gentoo if installed.
|
# 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
|
# Cable in/out detection
|
||||||
# Sometimes the cable is in, others it's out. Obviously you don't want to
|
# Sometimes the cable is in, others it's out. Obviously you don't want to
|
||||||
|
@ -18,12 +18,14 @@ depend()
|
|||||||
local IFACE=${RC_SVCNAME#*.}
|
local IFACE=${RC_SVCNAME#*.}
|
||||||
local IFVAR=$(shell_var "${IFACE}")
|
local IFVAR=$(shell_var "${IFACE}")
|
||||||
|
|
||||||
|
need localmount
|
||||||
|
after bootmisc
|
||||||
provide net
|
provide net
|
||||||
keyword -jail -prefix -vserver
|
keyword -jail -prefix -vserver
|
||||||
|
|
||||||
case "${IFACE}" in
|
case "${IFACE}" in
|
||||||
lo|lo0) before mtab ; need root ;;
|
lo|lo0);;
|
||||||
*) after bootmisc net.lo net.lo0 ; need localmount ;;
|
*) after net.lo net.lo0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then
|
if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user