pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Fix the authdaemond rc.d scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2c5da5d659b
branches:  trunk
changeset: 489450:d2c5da5d659b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 21 17:08:39 2005 +0000

description:
Fix the authdaemond rc.d script to invoke the correct script to start
the authentication daemon.  Fix provided by Inseo Park in private mail.
Also, honor VARBASE.  Bump the PKGREVISION to 1.

diffstat:

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

diffs (42 lines):

diff -r 7a5a1b97801c -r d2c5da5d659b security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Mon Feb 21 16:52:17 2005 +0000
+++ b/security/courier-authlib/Makefile Mon Feb 21 17:08:39 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/02/18 22:12:43 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/21 17:08:39 jlam Exp $
 
 .include "Makefile.common"
 
 DISTNAME=      courier-authlib-0.54
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
@@ -24,6 +25,7 @@
 USE_PERL5=             run
 REPLACE_PERL=          sysconftool
 
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-pkgconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-stdheaderdir
 
diff -r 7a5a1b97801c -r d2c5da5d659b security/courier-authlib/files/authdaemond.sh
--- a/security/courier-authlib/files/authdaemond.sh     Mon Feb 21 16:52:17 2005 +0000
+++ b/security/courier-authlib/files/authdaemond.sh     Mon Feb 21 17:08:39 2005 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: authdaemond.sh,v 1.1.1.1 2005/02/10 03:21:31 jlam Exp $
+# $NetBSD: authdaemond.sh,v 1.2 2005/02/21 17:08:39 jlam Exp $
 #
 # Courier user authentication daemon
 #
@@ -12,7 +12,7 @@
 name="authdaemond"
 rcvar=${name}
 command="@PREFIX@/sbin/courierlogger"
-ctl_command="@PREFIX@/@AUTHLIBEXECDIR@/authdaemond"
+ctl_command="@PREFIX@/sbin/authdaemond"
 pidfile="@AUTHDAEMONVAR@/pid"
 required_files="@PKG_SYSCONFDIR@/authdaemonrc"
 



Home | Main Index | Thread Index | Old Index