800-fmt.patch (434B)
1 diff -Naur postfix-2.11.1/conf/post-install postfix-2.11.1.patched/conf/post-install 2 --- postfix-2.11.1/conf/post-install 2014-10-05 20:43:58.597876946 +0400 3 +++ postfix-2.11.1.patched/conf/post-install 2014-10-11 16:28:01.258874097 +0400 4 @@ -321,7 +321,7 @@ 5 case `uname -s` in 6 HP-UX*) FMT=cat;; 7 SunOS*) FMT=fake_fmt;; 8 - *) FMT=fmt;; 9 + *) FMT=cat;; 10 esac 11 12 # If a parameter is not set via the command line or environment,