-----Ursprungligt meddelande----- Från: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] För Otto Moerbeek Skickat: den 25 juli 2012 16:05 Till: Hasse Hansson Kopia: misc@openbsd.org Ämne: Re: sshguard
On Wed, Jul 25, 2012 at 02:25:44PM +0200, Hasse Hansson wrote: > Hello all. > # uname -a > OpenBSD odin.thorshammare.org 5.2 GENERIC#13 i386 > > sshguard-1.5 > Are we not supposed to use the entry in /etc/syslog.conf any more ? > " auth.info;authpriv.info |/usr/local/sbin/sshguard " > > I get a message on my console saying: > syslogd: unknown priority name "info |/usr/local/sbin/sshguard" > > The info about the syslog.conf entry seems to be gone in the install > message too. > > All the best > Hasse syslog is very picky about the difference between spaces and tabs. Always use one or more tabs. -Otto Thanks Will try that /hasse