On Tue, Apr 11, 2006 at 03:42:09PM -0700, Bryan Irvine wrote:
> 
> ---My modifications to syslog.conf---
> !spamd
> daemon.err;daemon.warn;daemon.info                      /var/log/spamd
> 
 
  when you:

$ sed -ne '/spamd/l' /etc/syslog.conf

  do you have

!spamd\n$
daemon.err;daemon.warn;daemon.info                      /var/log/spamd\n$

  or

!spamd\n$
daemon.err;daemon.warn;daemon.info\t\t\t/var/log/spamd\n$

  last sentence in first paragraph of manpage went under my
  radar for years and continually bit me in the ass

-- 

  jared

[ openbsd 3.9-current GENERIC ( mar 15 ) // i386 ]

Reply via email to