diff -r 8736005a177e -r 3bce63a733c9 sys-process/acct/files/acct.initd-r1 --- a/sys-process/acct/files/acct.initd-r1 Tue May 17 15:27:13 2011 -0600 +++ b/sys-process/acct/files/acct.initd-r1 Tue May 17 19:14:02 2011 -0600 @@ -38,8 +38,9 @@ reload() { if ! service_started "${SVCNAME}"; then - ${RC_SERVICE} start + return fi + rc-service ${SVCNAME} restart } # vim:ts=4 sw=4: