diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-14 05:28:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-14 05:28:24 +0000 |
commit | 39fa7b4f2b0351ef5a67136b579195f050aba841 (patch) | |
tree | bddef1dd1f518ecd69e005b44c274804b51b2aa2 /mail | |
parent | 2100b92d3b9c7c71206f3f4f10313470304622a1 (diff) | |
download | pkgsrc-39fa7b4f2b0351ef5a67136b579195f050aba841.tar.gz |
sync location of "sendmail" with mailer.conf.postfix.
now it is in ${PREFIX}/libexec/postfix/sendmail.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/files/patch-sum | 4 | ||||
-rw-r--r-- | mail/postfix-current/patches/patch-aa | 8 | ||||
-rw-r--r-- | mail/postfix-current/pkg/PLIST | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix-current/files/patch-sum b/mail/postfix-current/files/patch-sum index 702c27ba759..aa8fa3cb707 100644 --- a/mail/postfix-current/files/patch-sum +++ b/mail/postfix-current/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/08/14 05:10:52 itojun Exp $ +$NetBSD: patch-sum,v 1.4 2000/08/14 05:28:24 itojun Exp $ -MD5 (patch-aa) = a8d58f76bb5f25f4bcb4ab349860afa4 +MD5 (patch-aa) = 828796c4194638bd35591fdda2cdcac1 MD5 (patch-af) = f441d8a6613df506f8fbe9b87537035e diff --git a/mail/postfix-current/patches/patch-aa b/mail/postfix-current/patches/patch-aa index ed218f859d0..30d5156f6dd 100644 --- a/mail/postfix-current/patches/patch-aa +++ b/mail/postfix-current/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2000/08/14 04:39:59 itojun Exp $ ---- INSTALL.sh.orig Tue Apr 18 07:05:36 2000 -+++ INSTALL.sh Mon Aug 14 13:20:45 2000 +$NetBSD: patch-aa,v 1.3 2000/08/14 05:28:26 itojun Exp $ +--- INSTALL.sh.orig Mon Aug 14 14:22:57 2000 ++++ INSTALL.sh Mon Aug 14 14:23:15 2000 @@ -8,35 +8,35 @@ -cat <<EOF @@ -88,7 +88,7 @@ $NetBSD: patch-aa,v 1.2 2000/08/14 04:39:59 itojun Exp $ -fi -newaliases_path=/usr/bin/newaliases -mailq_path=/usr/bin/mailq -+sendmail_path=/sbin/sendmail ++sendmail_path=/libexec/postfix/sendmail +#newaliases_path=/usr/bin/newaliases +#mailq_path=/usr/bin/mailq mail_owner=postfix diff --git a/mail/postfix-current/pkg/PLIST b/mail/postfix-current/pkg/PLIST index a7cf4294fe5..7069a72ac34 100644 --- a/mail/postfix-current/pkg/PLIST +++ b/mail/postfix-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2000/08/14 04:40:04 itojun Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/08/14 05:28:26 itojun Exp $ etc/mailer.conf.postfix libexec/postfix/bounce libexec/postfix/cleanup @@ -10,6 +10,7 @@ libexec/postfix/nqmgr libexec/postfix/pickup libexec/postfix/pipe libexec/postfix/qmgr +libexec/postfix/sendmail libexec/postfix/showq libexec/postfix/smtp libexec/postfix/smtpd @@ -24,7 +25,6 @@ sbin/postlock sbin/postlog sbin/postmap sbin/postsuper -sbin/sendmail share/postfix/LICENSE share/postfix/access share/postfix/aliases |