diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-09-18 03:37:26 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-09-18 03:37:26 +0800 |
commit | cc6069507db076e94b480a36e84e85cc4aedbe3c (patch) | |
tree | 06147dde758502ce31519c17bffc898f550ca4ef | |
parent | 8c8d9396970864cbdc9a9e75a011ac1c5f487b5f (diff) | |
download | freebsd-ports-gnome-cc6069507db076e94b480a36e84e85cc4aedbe3c.tar.gz freebsd-ports-gnome-cc6069507db076e94b480a36e84e85cc4aedbe3c.tar.zst freebsd-ports-gnome-cc6069507db076e94b480a36e84e85cc4aedbe3c.zip |
fix scrip
PR: 193707
Submitted by: a.ulasov
-rw-r--r-- | security/courier-authlib/files/courier-authdaemond.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/courier-authlib/files/courier-authdaemond.in b/security/courier-authlib/files/courier-authdaemond.in index 8381df4b2f3d..cba3e7858491 100644 --- a/security/courier-authlib/files/courier-authdaemond.in +++ b/security/courier-authlib/files/courier-authdaemond.in @@ -29,10 +29,13 @@ name="courier_authdaemond" rcvar=courier_authdaemond_enable command="${sbindir}/authdaemond" +procname="${sbindir}/courierlogger" pidfile="${authdaemonvar}/pid" socket="${authdaemonvar}/socket" +start_precmd="echo 'Starting ${name}.'" start_cmd="${command} start" +stop_precmd="echo 'Stopping ${name}.'" stop_cmd="${command} stop" stop_postcmd="rm -f ${pidfile} ${pidfile}.lock ${socket}" required_dirs="${authdaemonvar}" |