diff options
author | itojun <itojun> | 2000-08-14 05:10:52 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-14 05:10:52 +0000 |
commit | d3241b015d1376ccbb7841e164c29bc001a93dc4 (patch) | |
tree | fd98d5768d682ee5b4eb0af07e05c9e93c8bb050 /mail/postfix-current | |
parent | 6d68844f4ca3a8d25ab51a25a8c9846b393d920c (diff) | |
download | pkgsrc-d3241b015d1376ccbb7841e164c29bc001a93dc4.tar.gz |
add a comment line. regenerate patch-sum.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/postfix-current/patches/patch-af | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail/postfix-current/files/patch-sum b/mail/postfix-current/files/patch-sum index ae9a6508902..702c27ba759 100644 --- a/mail/postfix-current/files/patch-sum +++ b/mail/postfix-current/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/08/14 04:39:59 itojun Exp $ +$NetBSD: patch-sum,v 1.3 2000/08/14 05:10:52 itojun Exp $ MD5 (patch-aa) = a8d58f76bb5f25f4bcb4ab349860afa4 +MD5 (patch-af) = f441d8a6613df506f8fbe9b87537035e diff --git a/mail/postfix-current/patches/patch-af b/mail/postfix-current/patches/patch-af index 3b5107150bb..778376bd128 100644 --- a/mail/postfix-current/patches/patch-af +++ b/mail/postfix-current/patches/patch-af @@ -1,7 +1,8 @@ +$NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ --- conf/main.cf.orig Mon Aug 14 13:51:15 2000 -+++ conf/main.cf Mon Aug 14 14:06:06 2000 ++++ conf/main.cf Mon Aug 14 14:07:32 2000 @@ -1 +1,3 @@ -+# $NetBSD: patch-af,v 1.3 2000/08/14 05:07:17 itojun Exp $ ++# $NetBSD: patch-af,v 1.4 2000/08/14 05:10:53 itojun Exp $ +# # Global Postfix configuration file. This file lists only a subset @@ -19,3 +21,3 @@ @@ -24,11 +25,12 @@ -#default_privs = nobody +default_privs = nobody -@@ -84,2 +91,3 @@ +@@ -84,2 +91,4 @@ #inet_interfaces = $myhostname, localhost ++# listen to IPv4 and IPv6 smtp socket +inet_interfaces = 0.0.0.0, :: -@@ -376,5 +384,4 @@ +@@ -376,5 +385,4 @@ # -debugger_command = - PATH=/usr/bin:/usr/X11R6/bin |