Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100982 | Differences between
and this patch

Collapse All | Expand All

(-)rc-daemon.sh (-1 / +1 lines)
Lines 172-178 Link Here
172
	        args="${args} '"${arg}"'"
172
	        args="${args} '"${arg}"'"
173
	done
173
	done
174
174
175
	eval /bin/pidof "${args}"
175
	eval /bin/pidof -x "${args}"
176
}
176
}
177
177
178
# bool is_daemon_running(char* cmd, char* pidfile)
178
# bool is_daemon_running(char* cmd, char* pidfile)

Return to bug 100982