]> git.tuebingen.mpg.de Git - dss.git/commit
Change default program for all hooks from /bin/true to true.
authorAndre Noll <maan@systemlinux.org>
Tue, 9 Nov 2010 17:43:49 +0000 (18:43 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 9 Nov 2010 17:43:49 +0000 (18:43 +0100)
commit117c2aab1ca6d5918a39e65dd9581545c3dc95b9
treeb48e9a71403252ddae7e34f08d894cd92740b5ec
parentfb9501b4c116bcc04e519adbdb2328d7d47c2e1d
Change default program for all hooks from /bin/true to true.

At least on Mac OS, true is /usr/bin/true, not /bin/true. So the old default
/bin/true causes all hooks to fail on these systems. Since we execute external
programs via execvp() anyway, there is no need to hardcode the path.

Thanks to Henry Vogt for pointing out this flaw.
dss.ggo