On Sun, Feb 22, 2015 at 10:16:12AM -0800, Rich Shepard wrote:

>   Copied above to postfix.patch. On my laptop downloaded the SlackBuilds.org
> build files and postfix-2.11.4.tar.gz. Untarred the tarball and copied
> ../src/conf/post-install to the base directory. Applied 'patch post-install
> postfix.patch' and it failed:

White-space damaged during copy?  Surely you can just add the line
by hand.

> postfix.patch
> patching file post-install
> Hunk #1 FAILED at 501.
> 1 out of 1 hunk FAILED -- saving rejects to file post-install.rej
> 
>   post-install,rej:
> 
> --- post-install
> +++ post-install
> @@ -501,6 +501,7 @@ test -n "$create" && {
>             # Flag obsolete objects. XXX Solaris 2..9 does not have "test -e".
>             if [ -n "$obsolete_flag" ]
>             then
> +               echo "'$path':$type:$owner:$group:$mode:$flags:$junk" >> 
> obsolete.log
>                 test -r $path -a "$type" != "d" && obsolete="$obsolete $path"
>                 continue;
>             else

-- 
        Viktor.

Reply via email to