Package: yubihsm-connector / 3.0.5-3

Metadata

Package Version Patches format
yubihsm-connector 3.0.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
init policy.patch | (download)

deb/yubihsm-connector | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 make init script comply with debian policy

Source `/lib/lsb/init-functions` and accept the `force-reload` option.

drop wants systemd networkd wait online.patch | (download)

deb/yubihsm-connector.service | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 drop wants=systemd-networkd-wait-online.service

If the system doesn't have any network interfaces managed by networkd,
this dependency is harmful: `systemd-networkd-wait-online.service` will
fail, and so the system as a whole will be considered degraded by
systemd.

On the other hand, if the system does have network interfaces managed by
networkd, this dependency is redundant: `systemd-networkd.service` has
`Also=systemd-networkd-wait-online.service`, and
`systemd-networkd-wait-online.service` has
`Before=network-online.target`, so a direct dependency from
`yubihsm-connector.service` adds nothing.

Bug-Debian: https://bugs.debian.org/1085147