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

Tal tal.bav at gmail.com
Wed Dec 16 05:29:43 MST 2009


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


More information about the distcc mailing list