Skip site navigation (1)Skip section navigation (2)
From:      P Kern <pkern@cns.utoronto.ca>
To:        cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, pkern@utcs.utoronto.ca
Subject:   Re: bin/28738: IPFW log messages causes syslogd to fsync.
Message-ID:  <01Oct25.093627edt.444776@rodent.utcs.utoronto.ca>
In-Reply-To: <01Oct25.091448edt.444776@rodent.utcs.utoronto.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
> From cns.utoronto.ca!pkern Thu Oct 25 09:15:05 2001
>
> As suggested, I've just tried  ...
> 	security.*		|exec cat -u >> /var/log/security

Sorry. I was being lazy.
That should read "/bin/cat", instead of just "cat".
eg.
	security.*		|exec /bin/cat -u >> /var/log/security

pk.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01Oct25.093627edt.444776>