Comment # 5 on bug 958337 from
A new rpm appeared today (5.5.6-48.1)
Unfortunately it does not work. the cron daily job contains the command:

/usr/sbin/rchylafax status &>/dev/null || exit 0

which is not correct (/usr/sbin/rchylafax does not exist).
Hylafax+ does not provide /etc/init.d/hylafax (sysvinit style) but
/usr/lib/systemd/system/hylafax-faxq.service (systemd)

The proper test command should be:

systemctl is-active -q  hylafax-hfaxd.service || exit 0


You are receiving this mail because: