[opensuse-packaging] Re: [opensuse-factory] Heads-Up: sysvinit-tools is no longer pulled in by systemd
On Wed, Aug 26, 2020 at 6:23 AM Franck Bui <fbui@suse.de> wrote:
Hi,
Just a note to let you know that systemd is going to stop pulling in 'sysvinit-tools' package. The dep was added back in 2014 for vhangup(8) but it was no longer used, see [1] for the details.
That might break packages that ignored to specify their dependencies on the tools shipped by 'sysvinit-tools' (such as pidof).
There are also buggy unit files, like ack killproc /usr/lib/systemd/system /usr/lib/systemd/system/openvpn@.service 12:ExecReload=/sbin/killproc -p /run/openvpn/%i.pid -HUP /usr/sbin/openvpn That use tools from this package. that line is all wrong) should be ExecReload=/usr/bin/kill -HUP $MAINPID relying on pid files is known to be racy.. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (1)
-
Cristian Rodríguez