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

(-)nfs.old (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
start_statd() {
42
start_statd() {
43
	# Don't start rpc.statd if already started by init.d/nfsmount
43
	# Don't start rpc.statd if already started by init.d/nfsmount
44
	killall -0 rpc.statd &>/dev/null && return 0
44
	killall -0 rpc.statd &>/dev/null
45
	ebegin "Starting NFS statd"
45
	ebegin "Starting NFS statd"
46
	start-stop-daemon --start --quiet --exec \
46
	start-stop-daemon --start --quiet --exec \
47
		$statd -- $RPCSTATDOPTS 1>&2
47
		$statd -- $RPCSTATDOPTS 1>&2

Return to bug 84544