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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/modules/rc.eselect
0
++ b/modules/rc.eselect
Lines 65-71 Link Here
65
# output list entry for script $1 and show its status
65
# output list entry for script $1 and show its status
66
show_script_status() {
66
show_script_status() {
67
	local script=$1 status=unknown x
67
	local script=$1 status=unknown x
68
	local PATH=/lib/rc/bin:/lib64/rc/bin:${PATH} # path to service_* commands
68
	local PATH=/usr/libexec/rc/bin:/lib/rc/bin:/lib64/rc/bin:${PATH} # path to service_* commands
69
69
70
	for x in stopping starting inactive started stopped; do
70
	for x in stopping starting inactive started stopped; do
71
		if service_${x} ${script}; then
71
		if service_${x} ${script}; then

Return to bug 951499