|
From: John V. <joh...@gm...> - 2010-10-26 16:34:12
|
Hi, thanks for the helpful application. I've built a FreeBSD port for
1.5rc4 and have been running it for several days.
Here are the few issues I've noticed:
-v reports 1.4.4
-i path-to-pidfile not documented in sshguard.8
start of process doesn't print startup log message (FreeBSD std syslog.conf)
- uses LOG_INFO, should probably use LOG_NOTICE
no option to daemonize on start?
missing log message to indicate end of blocking (FreeBSD std syslog.conf)
- block and unblock should probably use same logging level
- currently block uses LOG_NOTICE and unblock LOG_INFO
kill of sshguard process yields log message:
Oct 25 16:29:02 gabriella sshguard[42655]: Got CONTINUE signal, resuming
activity.
|