pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/courier-authlib/files Actually add that prest...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e958ea5e765f
branches:  trunk
changeset: 538752:e958ea5e765f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 18 20:35:48 2008 +0000

description:
Actually add that prestart function as a start_precmd.  Ride previous
PKGREVISION bump.

diffstat:

 security/courier-authlib/files/authdaemond.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ffab92c13832 -r e958ea5e765f security/courier-authlib/files/authdaemond.sh
--- a/security/courier-authlib/files/authdaemond.sh     Mon Feb 18 20:26:33 2008 +0000
+++ b/security/courier-authlib/files/authdaemond.sh     Mon Feb 18 20:35:48 2008 +0000
@@ -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 @@
 pidfile="@AUTHDAEMONVAR@/pid"
 required_files="@PKG_SYSCONFDIR@/authdaemonrc"
 
+start_precmd="authdaemond_prestart"
 start_cmd="authdaemond_doit start"
 stop_cmd="authdaemond_doit stop"
 



Home | Main Index | Thread Index | Old Index