Applied in SVN revision 711.<br><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 11:29 PM, Tal <span dir="ltr">&lt;<a href="mailto:tal.bav@gmail.com">tal.bav@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

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