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

(-)a/sys-process/acct/files/acct.initd-r1 (-1 / +2 lines)
Lines 38-45 Link Here
38
38
39
reload() {
39
reload() {
40
	if ! service_started "${SVCNAME}"; then
40
	if ! service_started "${SVCNAME}"; then
41
		${RC_SERVICE} start
41
		return
42
	fi
42
	fi
43
	rc-service ${SVCNAME} restart
43
}
44
}
44
45
45
# vim:ts=4 sw=4:
46
# vim:ts=4 sw=4:

Return to bug 367815