On Tue, Feb 17, 2015 at 06:33:08AM -0800, Rich Shepard wrote: > When upgrading to -2.11.4 (on Slackware-14.1), a message is displayed that > line 504 in /usr/libexec/postfix/post-install has too many arguments. Adding > double quotes to $path fixes this problem.
This is a symptom of a deeper problem, possibly a bug in the Bourne shell implementation on the system in question. > Is this an issue with the source for post-install? I don't see any > reference to that file in the SlackBuilds script. I am guessing that your shell read and split the whole "postfix-files" file in one gulp, rather than split each line. Too many tokens from a single line in that file is implausible. -- Viktor.