diff options
author | oliver <oliver@FreeBSD.org> | 2014-09-18 03:37:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-09-18 03:37:26 +0800 |
commit | cb224ba517003d10e009238f2f2562c2790f722c (patch) | |
tree | 06147dde758502ce31519c17bffc898f550ca4ef /security | |
parent | a69c7f5b0e7af51cab0b3c2b2dfc6d1f78170446 (diff) | |
download | freebsd-ports-gnome-cb224ba517003d10e009238f2f2562c2790f722c.tar.gz freebsd-ports-gnome-cb224ba517003d10e009238f2f2562c2790f722c.tar.zst freebsd-ports-gnome-cb224ba517003d10e009238f2f2562c2790f722c.zip |
fix scrip
PR: 193707
Submitted by: a.ulasov
Diffstat (limited to 'security')
-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}" |