pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-mta Actually install the webmlm rc.d scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0fd3da51bb5
branches:  trunk
changeset: 533191:f0fd3da51bb5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Sep 10 16:06:27 2007 +0000

description:
Actually install the webmlm rc.d script and config files.
Bump the PKGREVISON to 3.

diffstat:

 mail/courier-mta/Makefile      |  4 ++--
 mail/courier-mta/pkginstall.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r e3eb41914e00 -r f0fd3da51bb5 mail/courier-mta/Makefile
--- a/mail/courier-mta/Makefile Mon Sep 10 16:03:49 2007 +0000
+++ b/mail/courier-mta/Makefile Mon Sep 10 16:06:27 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2007/09/07 14:18:11 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/09/10 16:06:27 jlam Exp $
 
 DISTNAME=      courier-${COURIER_VERSION}
 PKGNAME=       ${DISTNAME:S/-/-mta-/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
diff -r e3eb41914e00 -r f0fd3da51bb5 mail/courier-mta/pkginstall.mk
--- a/mail/courier-mta/pkginstall.mk    Mon Sep 10 16:03:49 2007 +0000
+++ b/mail/courier-mta/pkginstall.mk    Mon Sep 10 16:06:27 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pkginstall.mk,v 1.4 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: pkginstall.mk,v 1.5 2007/09/10 16:06:27 jlam Exp $
 
 # Convenience definition used below for a file or directory owned by the
 # courier user and group.
@@ -66,10 +66,10 @@
 .for _file_ in         courierd.dist enablefiltering locallowercase    \
                        maildrop maildropfilter rfcerr2045.txt          \
                        rfcerr2046.txt rfcerr2047.txt rfcerrheader.txt  \
-                       smtpaccess/default
+                       smtpaccess/default webmlmrc.dist
 CONF_FILES_PERMS+=     ${EGDIR}/${_file_}                              \
                        ${PKG_SYSCONFDIR}/${_file_:S/.dist$//}          \
                                                        ${COURIER_FILE_PERMS}
 .endfor
 
-RCD_SCRIPTS+=          courier courierd courierfilter
+RCD_SCRIPTS+=          courier courierd courierfilter webmlm



Home | Main Index | Thread Index | Old Index