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

Collapse All | Expand All

(-)acct.initd.orig (-3 / +3 lines)
Lines 37-45 Link Here
37
}
37
}
38
38
39
reload() {
39
reload() {
40
	service_started "${SVCNAME}" || return
40
	if ! service_started "${SVCNAME}"; then
41
	svc_stop
41
		${RC_SERVICE} start
42
	svc_start
42
	fi
43
}
43
}
44
44
45
# vim:ts=4 sw=4:
45
# vim:ts=4 sw=4:

Return to bug 367815