pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-imap Add missing end-quote in rc scripts....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8413db6da29d
branches:  trunk
changeset: 514265:8413db6da29d
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Jun 09 16:35:04 2006 +0000

description:
Add missing end-quote in rc scripts. Patches from
Mark Cullen via pkgsrc-users list.

Fixes "Syntax error: Unterminated quoted string".

Also bump PKGREVISION.

diffstat:

 mail/courier-imap/Makefile              |  3 ++-
 mail/courier-imap/files/courierimaps.sh |  4 ++--
 mail/courier-imap/files/courierpops.sh  |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r e284fbe3cce9 -r 8413db6da29d mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Fri Jun 09 16:21:26 2006 +0000
+++ b/mail/courier-imap/Makefile        Fri Jun 09 16:35:04 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2006/04/28 18:15:20 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2006/06/09 16:35:04 reed Exp $
 
 DISTNAME=      courier-imap-4.1.0
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
diff -r e284fbe3cce9 -r 8413db6da29d mail/courier-imap/files/courierimaps.sh
--- a/mail/courier-imap/files/courierimaps.sh   Fri Jun 09 16:21:26 2006 +0000
+++ b/mail/courier-imap/files/courierimaps.sh   Fri Jun 09 16:35:04 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: courierimaps.sh,v 1.13 2006/04/28 18:15:20 jlam Exp $
+# $NetBSD: courierimaps.sh,v 1.14 2006/06/09 16:35:04 reed Exp $
 #
 # Courier IMAP/SSL services daemon
 #
@@ -41,7 +41,7 @@
                        return 1
                fi
                if [ ! -f "$f" ] && \
-                  [ "$f" = "@PKG_SYSCONFDIR@/imapd.pem ]; then
+                  [ "$f" = "@PKG_SYSCONFDIR@/imapd.pem" ]; then
                        @ECHO@ "Generating IMAP SSL certificate in $f."
                        @PREFIX@/sbin/mkimapdcert >/dev/null 2>&1
                fi
diff -r e284fbe3cce9 -r 8413db6da29d mail/courier-imap/files/courierpops.sh
--- a/mail/courier-imap/files/courierpops.sh    Fri Jun 09 16:21:26 2006 +0000
+++ b/mail/courier-imap/files/courierpops.sh    Fri Jun 09 16:35:04 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: courierpops.sh,v 1.13 2006/04/28 18:15:20 jlam Exp $
+# $NetBSD: courierpops.sh,v 1.14 2006/06/09 16:35:04 reed Exp $
 #
 # Courier POP3/SSL services daemon
 #
@@ -41,7 +41,7 @@
                        return 1
                fi
                if [ ! -f "$f" ] && \
-                  [ "$f" = "@PKG_SYSCONFDIR@/pop3d.pem ]; then
+                  [ "$f" = "@PKG_SYSCONFDIR@/pop3d.pem" ]; then
                        @ECHO@ "Generating POP3 SSL certificate in $f."
                        @PREFIX@/sbin/mkpop3dcert >/dev/null 2>&1
                fi



Home | Main Index | Thread Index | Old Index