Date: Monday, September 9, 2013 @ 11:26:33 Author: spupykin Revision: 96953
Modified: sshguard/trunk/sshguard-journalctl ---------------------+ sshguard-journalctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: sshguard-journalctl =================================================================== --- sshguard-journalctl 2013-09-09 09:19:39 UTC (rev 96952) +++ sshguard-journalctl 2013-09-09 09:26:33 UTC (rev 96953) @@ -1,2 +1,2 @@ #!/bin/sh -/usr/bin/journalctl -afbp info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 | /usr/bin/sshguard -l- "$@" +/usr/bin/journalctl -afb -p info -n1 SYSLOG_FACILITY=4 SYSLOG_FACILITY=10 SYSLOG_IDENTIFIER=sshd | /usr/bin/sshguard -l- "$@"
