summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2008-02-18 20:35:48 +0000
committerjlam <jlam>2008-02-18 20:35:48 +0000
commit932c6d04346796e8c334daba3f5bc13c4495cea5 (patch)
tree831c5082d21287ebd82cec0d2c8eed31c1d5863f /security
parent642dae529c10b4fc8d18a85bb01d2e38c4767424 (diff)
downloadpkgsrc-932c6d04346796e8c334daba3f5bc13c4495cea5.tar.gz
Actually add that prestart function as a start_precmd. Ride previous
PKGREVISION bump.
Diffstat (limited to 'security')
-rw-r--r--security/courier-authlib/files/authdaemond.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/courier-authlib/files/authdaemond.sh b/security/courier-authlib/files/authdaemond.sh
index 41bea82f9f6..0e7707bb9c0 100644
--- a/security/courier-authlib/files/authdaemond.sh
+++ b/security/courier-authlib/files/authdaemond.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: authdaemond.sh,v 1.3 2008/02/18 20:26:33 jlam Exp $
+# $NetBSD: authdaemond.sh,v 1.4 2008/02/18 20:35:48 jlam Exp $
#
# Courier user authentication daemon
#
@@ -16,6 +16,7 @@ ctl_command="@PREFIX@/sbin/authdaemond"
pidfile="@AUTHDAEMONVAR@/pid"
required_files="@PKG_SYSCONFDIR@/authdaemonrc"
+start_precmd="authdaemond_prestart"
start_cmd="authdaemond_doit start"
stop_cmd="authdaemond_doit stop"