- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Stable
-
Assigned To
André Silva - Operating System Hyperbola GNU/Linux-libre
- Severity Medium
- Priority Very Low
- Reported Version Milky Way v0.3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1460 - [sshguard] violates Hyperbola packaging standards
Description:
The sshguard package should have its /usr/bin/sshguard executable in /usr/sbin, has systemd service files and no OpenRC init script
Additional info:
* sshguard-2.0.0-4
* when I run `sshguard`:
# sshguard /usr/bin/sshguard: line 87: /usr/bin/journalctl: No such file or directory
* default /etc/sshguard.conf
LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat" BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
(commenting the first line temporally solves the issue)