pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix run postfix's post-install with "command_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79f8ed0832d6
branches: trunk
changeset: 470031:79f8ed0832d6
user: grant <grant%pkgsrc.org@localhost>
date: Fri Mar 05 13:54:32 2004 +0000
description:
run postfix's post-install with "command_directory=prefix/sbin"
argument so it can find postconf.
bump PKGREVISION.
diffstat:
mail/postfix/INSTALL | 4 ++--
mail/postfix/Makefile | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r e83f949daf0d -r 79f8ed0832d6 mail/postfix/INSTALL
--- a/mail/postfix/INSTALL Fri Mar 05 13:06:04 2004 +0000
+++ b/mail/postfix/INSTALL Fri Mar 05 13:54:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1 2003/05/01 14:07:56 jmmv Exp $
+# $NetBSD: INSTALL,v 1.2 2004/03/05 13:54:32 grant Exp $
#
SHAREDIR=@SHAREDIR@
@@ -6,6 +6,6 @@
case $STAGE in
POST-INSTALL)
echo "===> Running postfix's post-install script"
- @SHAREDIR@/post-install first-install
+ @SHAREDIR@/post-install command_directory=@PREFIX@/sbin first-install
;;
esac
diff -r e83f949daf0d -r 79f8ed0832d6 mail/postfix/Makefile
--- a/mail/postfix/Makefile Fri Mar 05 13:06:04 2004 +0000
+++ b/mail/postfix/Makefile Fri Mar 05 13:54:32 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.117 2004/02/16 09:31:06 martti Exp $
+# $NetBSD: Makefile,v 1.118 2004/03/05 13:54:32 grant Exp $
DISTNAME= postfix-2.0.18
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
Home |
Main Index |
Thread Index |
Old Index