[systemd-devel] Possible bug in configure.ac following recent commit

2012-10-21 Thread Valere Monseur
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 ?

Thanks
Regards

valr
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Possible bug in configure.ac following recent commit

2012-10-21 Thread Dave Reisner
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!
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel