FS#12238 - supress std{out,err} of kill command in /etc/rc.d/dbus
Attached to Project:
Arch Linux
Opened by Dieter Plaetinck (Dieter_be) - Tuesday, 25 November 2008, 16:24 GMT
Last edited by Jan de Groot (JGC) - Sunday, 08 March 2009, 13:03 GMT
Opened by Dieter Plaetinck (Dieter_be) - Tuesday, 25 November 2008, 16:24 GMT
Last edited by Jan de Groot (JGC) - Sunday, 08 March 2009, 13:03 GMT
|
Details
line 27 of /etc/rc.d/dbus:
[ -f /var/run/dbus.pid ] && kill `cat /var/run/dbus.pid` append '&> /dev/null' to the kill command. stale pidfiles is a possibility (eg if the process died, user killed it,..). Since stat_fail is called when kill exits >0, you can discard stderr of the kill command. Noticed in 1.2.4-1 (testing). |
This task depends upon