[systemd-devel] Possible bug in configure.ac following recent commit
Dave Reisner
d at falconindy.com
Sun Oct 21 05:36:54 PDT 2012
On Sun, Oct 21, 2012 at 12:27:55PM +0100, Valere Monseur wrote:
> Hi,
>
> In a recent commit: "units: rework systemd-exit.service to terminate systemd
> via signal rather..." changes have been made in configure.ac
> There might be a bug in this line:
>
> AC_PATH_PROG([KILL], [kill], [/usr/bin/cap])
>
> Is the /usr/bin/cap normal ?
> or is it a typo and so should be /usr/bin/kill ?
Should definitely be /usr/bin/kill. I suspect no one's ever noticed
this, since it's merely the fallback value when "kill" isn't found via
PATH lookup. I've pushed a fix for this now.
Thanks!
More information about the systemd-devel
mailing list