summaryrefslogtreecommitdiff
path: root/mail/courier-mta
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-07 14:18:11 +0000
committerjlam <jlam@pkgsrc.org>2007-09-07 14:18:11 +0000
commit5140639bfb3064f5ac6e617b2c4363fc19f3bd88 (patch)
tree35e8d88500164eaccfbc289de6bfcd24b3698c54 /mail/courier-mta
parenta0efdcea04a307edc293930638215a9544aad40e (diff)
downloadpkgsrc-5140639bfb3064f5ac6e617b2c4363fc19f3bd88.tar.gz
Fix improperly quoted string in courieresmpts rc.d script. Bump
PKGREVISION to 2.
Diffstat (limited to 'mail/courier-mta')
-rw-r--r--mail/courier-mta/Makefile4
-rw-r--r--mail/courier-mta/files/courieresmtps.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile
index 4ec8680f4e3..4ead8798b7e 100644
--- a/mail/courier-mta/Makefile
+++ b/mail/courier-mta/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2007/09/07 14:11:20 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/09/07 14:18:11 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/-mta-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/courier-mta/files/courieresmtps.sh b/mail/courier-mta/files/courieresmtps.sh
index a0138b2a578..c4adc44a2f7 100644
--- a/mail/courier-mta/files/courieresmtps.sh
+++ b/mail/courier-mta/files/courieresmtps.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: courieresmtps.sh,v 1.3 2007/08/10 17:57:04 jlam Exp $
+# $NetBSD: courieresmtps.sh,v 1.4 2007/09/07 14:18:11 jlam Exp $
#
# Courier ESMTP/SSL services daemon
#
@@ -41,7 +41,7 @@ courieresmtps_doit()
return 1
fi
if [ ! -f "$f" ] &&
- [ "$f" = "@PKG_SYSCONFDIR@/esmtpd.pem ]; then
+ [ "$f" = "@PKG_SYSCONFDIR@/esmtpd.pem" ]; then
@ECHO@ "Generating ESMTP SSL certificate in $f."
@PREFIX@/sbin/mkesmtpdcert >/dev/null 2>&1
fi