Public bug reported:

Binary package hint: sshguard

In the man pages there are mistakes about how to integrate it with
syslog-ng:

<pre>
program("/usr/local/sbin/sshguard"
.....
log { source(src); filter(authssh); destination(sshguardproc); };
</pre>

Sould be
<pre>
program("/usr/sbin/sshguard"
.....
log { source(s_all); filter(authssh); destination(sshguardproc); };

</pre>

And /usr/<b>local/</b>sbin is mentioned several times.
Same thing for /usr/share/doc/sshguard/README.gz

System: Ubuntu 8.04

** Affects: sshguard (Ubuntu)
     Importance: Undecided
         Status: New

-- 
man sshguard has mistakes
https://bugs.launchpad.net/bugs/244724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to