diff options
author | jlam <jlam@pkgsrc.org> | 2008-02-18 20:35:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-02-18 20:35:48 +0000 |
commit | bb23fd42677ffaa5581273f58a3668a00818af87 (patch) | |
tree | 831c5082d21287ebd82cec0d2c8eed31c1d5863f /security | |
parent | 821429d80b13319e8da9553ffe59bc1a433d2eee (diff) | |
download | pkgsrc-bb23fd42677ffaa5581273f58a3668a00818af87.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.sh | 3 |
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" |