From ee0069539e4b29f005bf10b5b1abe0e2ad02aa5a Mon Sep 17 00:00:00 2001 From: martti Date: Fri, 30 Dec 2005 06:29:41 +0000 Subject: Make sure ${spooletcdir} exists. Bump PKGREVISION as this affects the binary package. --- mail/postfix-current/Makefile | 4 ++-- mail/postfix-current/files/postfix.sh | 3 ++- mail/postfix/Makefile | 4 ++-- mail/postfix/files/postfix.sh | 3 ++- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 5847488ae00..8238858c5b2 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2005/12/29 06:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2005/12/30 06:29:41 martti Exp $ DISTNAME= postfix-2.3-20051128 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ http://public.planetmirror.com.au/pub/postfix/experimental/ diff --git a/mail/postfix-current/files/postfix.sh b/mail/postfix-current/files/postfix.sh index b289b6fbc4c..8f904f42da6 100644 --- a/mail/postfix-current/files/postfix.sh +++ b/mail/postfix-current/files/postfix.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: postfix.sh,v 1.3 2004/07/31 05:53:44 jlam Exp $ +# $NetBSD: postfix.sh,v 1.4 2005/12/30 06:29:41 martti Exp $ # # PROVIDE: mail @@ -30,6 +30,7 @@ postfix_precmd() # is used). # + [ ! -d ${spooletcdir} ] && mkdir -p ${spooletcdir} for f in localtime resolv.conf services; do if [ -f /etc/$f ]; then cmp -s /etc/$f ${spooletcdir}/$f || \ diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 6d5a552b2b3..a8974bffb60 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.171 2005/12/29 06:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.172 2005/12/30 06:29:41 martti Exp $ DISTNAME= postfix-2.2.6 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/files/postfix.sh b/mail/postfix/files/postfix.sh index 6daf21c2375..6c35eb99a21 100644 --- a/mail/postfix/files/postfix.sh +++ b/mail/postfix/files/postfix.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: postfix.sh,v 1.4 2004/07/19 22:02:15 jlam Exp $ +# $NetBSD: postfix.sh,v 1.5 2005/12/30 06:29:41 martti Exp $ # # PROVIDE: mail @@ -30,6 +30,7 @@ postfix_precmd() # is used). # + [ ! -d ${spooletcdir} ] && mkdir -p ${spooletcdir} for f in localtime resolv.conf services; do if [ -f /etc/$f ]; then cmp -s /etc/$f ${spooletcdir}/$f || \ -- cgit v1.2.3