aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-05-02 09:27:25 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-05-02 09:27:25 +0000
commitb30b9add9f933c12ddc5429ce4752cd6d4aaafc4 (patch)
tree8f8669c4c8d78009a9bba6ee7d6412d6d41671ad /security/courier-authlib
parentf9d78354ffd80dc64d30edae99f616d0e9d00cbf (diff)
downloadports-b30b9add9f933c12ddc5429ce4752cd6d4aaafc4.tar.gz
ports-b30b9add9f933c12ddc5429ce4752cd6d4aaafc4.zip
remove "restart_cmd" to make restart work again
Notes
Notes: svn path=/head/; revision=191398
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/files/courier-authdaemond.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/courier-authlib/files/courier-authdaemond.sh.in b/security/courier-authlib/files/courier-authdaemond.sh.in
index dad4bc31e732..3fc3f4268217 100644
--- a/security/courier-authlib/files/courier-authdaemond.sh.in
+++ b/security/courier-authlib/files/courier-authdaemond.sh.in
@@ -40,7 +40,6 @@ start_cmd="${command} start"
stop_precmd="echo 'Stopping ${name}.'"
stop_cmd="${command} stop"
stop_postcmd="rm -f ${pidfile} ${pidfile}.lock ${socket}"
-restart_cmd="${stop_cmd} && ${start_cmd}"
required_files="${sysconfdir}/authdaemonrc"
courier_authdaemond_prestart()