diff options
author | Denis Shulyaka <Shulyaka@gmail.com> | 2014-10-01 01:08:26 +0400 |
---|---|---|
committer | Denis Shulyaka <Shulyaka@gmail.com> | 2014-10-20 08:53:43 +0400 |
commit | cbe59734b6400b896f95084ed5166e4381330c80 (patch) | |
tree | 7ab1562eb559154d6cbfff3eef529cf88dd4e416 /mail/postfix/patches/800-fmt.patch | |
parent | 99f0ea47ceeaba1f901adaecbae52f93347d11c3 (diff) |
Postfix MTA
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Diffstat (limited to 'mail/postfix/patches/800-fmt.patch')
-rw-r--r-- | mail/postfix/patches/800-fmt.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix/patches/800-fmt.patch b/mail/postfix/patches/800-fmt.patch new file mode 100644 index 000000000..7739e24bd --- /dev/null +++ b/mail/postfix/patches/800-fmt.patch @@ -0,0 +1,12 @@ +diff -Naur postfix-2.11.1/conf/post-install postfix-2.11.1.patched/conf/post-install +--- postfix-2.11.1/conf/post-install 2014-10-05 20:43:58.597876946 +0400 ++++ postfix-2.11.1.patched/conf/post-install 2014-10-11 16:28:01.258874097 +0400 +@@ -310,7 +310,7 @@ + case `uname -s` in + HP-UX*) FMT=cat;; + SunOS*) FMT=fake_fmt;; +- *) FMT=fmt;; ++ *) FMT="xargs echo";; + esac + + # If a parameter is not set via the command line or environment, |