Re: PATCH: packaging/RedHat/init.d/distcc
Fergus Henderson <[email protected]>
| Newsgroups | gmane.comp.compilers.distcc |
|---|---|
| Message-ID | <[email protected]> |
Applied in SVN revision 711. On Wed, Dec 16, 2009 at 11:29 PM, Tal <[email protected]> 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 <[email protected]> __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc