diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-15 22:08:32 +0100 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-15 22:08:32 +0100 |
commit | c3a86ca080b399946e23b960658d86d618114eb6 (patch) | |
tree | fe14aee3ffcb703f76a1b5b33dfe751005e9c94d /mail/postfix-current/files/patch-conf_main.cf | |
parent | mail/postfix: Update to 3.7.0 (diff) |
mail/postfix-current: Unbreak build
Unbreak build after update to recent 3.8. The breakage was caused
by a patch generated using makepatch. Local patches are now applied
in post-patch stage.
Diffstat (limited to 'mail/postfix-current/files/patch-conf_main.cf')
-rw-r--r-- | mail/postfix-current/files/patch-conf_main.cf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/files/patch-conf_main.cf b/mail/postfix-current/files/patch-conf_main.cf index ecdcaecc206e..f16769847224 100644 --- a/mail/postfix-current/files/patch-conf_main.cf +++ b/mail/postfix-current/files/patch-conf_main.cf @@ -1,9 +1,9 @@ ---- conf/main.cf.orig 2022-03-12 22:37:09 UTC +--- conf/main.cf.orig 2022-03-15 21:02:43 UTC +++ conf/main.cf -@@ -681,4 +681,7 @@ sample_directory = /etc/postfix +@@ -682,4 +682,7 @@ sample_directory = # readme_directory: The location of the Postfix README files. # - readme_directory = no + readme_directory = -inet_protocols = ipv4 +inet_protocols = all + |