diff options
Diffstat (limited to 'mail/postfix/patches/800-fmt.patch')
-rw-r--r-- | mail/postfix/patches/800-fmt.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/patches/800-fmt.patch b/mail/postfix/patches/800-fmt.patch index 97a165c3d..334efdd78 100644 --- a/mail/postfix/patches/800-fmt.patch +++ b/mail/postfix/patches/800-fmt.patch @@ -1,12 +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 -@@ -319,7 +319,7 @@ +@@ -321,7 +321,7 @@ case `uname -s` in HP-UX*) FMT=cat;; SunOS*) FMT=fake_fmt;; - *) FMT=fmt;; -+ *) FMT="xargs echo";; ++ *) FMT=cat;; esac # If a parameter is not set via the command line or environment, |