Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 637474
Collapse All | Expand All

(-)netifrc-0.5.1_org/init.d/net.lo.in (-1 / +2 lines)
Lines 5-11 Link Here
5
5
6
SHDIR="@LIBEXECDIR@/sh"
6
SHDIR="@LIBEXECDIR@/sh"
7
MODULESDIR="@LIBEXECDIR@/net"
7
MODULESDIR="@LIBEXECDIR@/net"
8
MODULESLIST="${RC_SVCDIR}/nettree"
9
_config_vars="config metric routes"
8
_config_vars="config metric routes"
10
9
11
[ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO"
10
[ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND="NO"
Lines 26-31 Link Here
26
	exit 1
25
	exit 1
27
fi
26
fi
28
27
28
MODULESLIST="${RC_SVCDIR}/nettree$(get_interface)"
29
29
depend()
30
depend()
30
{
31
{
31
	local IFACE=$(get_interface)
32
	local IFACE=$(get_interface)

Return to bug 637474