[distcc] PATCH: packaging/RedHat/init.d/distcc

Fergus Henderson fergus at google.com
Tue Dec 29 21:25:53 MST 2009


Applied in SVN revision 711.

On Wed, Dec 16, 2009 at 11:29 PM, Tal <tal.bav at gmail.com> wrote:

> Hi,
>
> A silly patch - in packaging/RedHat/init.d/distcc the executable is
> once refereed to using the variable EXEC, and once as with the
> explicit expected name.
> Change it to always use the EXEC variable.
>
> Tal
>
> $ svn diff
> Index: packaging/RedHat/init.d/distcc
> ===================================================================
> --- packaging/RedHat/init.d/distcc      (revision 710)
> +++ packaging/RedHat/init.d/distcc      (working copy)
> @@ -103,7 +103,7 @@
>
>  RETVAL=0
>
> -[ -x /usr/bin/distccd ] || exit 0
> +[ -x $EXEC ] || exit 0
>
>  ALLOWFILE=""
>  if test -f $CONFIGDIR/$DOMAIN/clients.allow; then
> __
> distcc mailing list            http://distcc.samba.org/
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/distcc
>



-- 
Fergus Henderson <fergus at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/distcc/attachments/20091230/c90b9a7a/attachment.html>


More information about the distcc mailing list