From owner-freebsd-bugs Thu Oct 25 6:36:33 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from rodent.utcs.utoronto.ca (rodent.utcs.utoronto.ca [128.100.102.5]) by hub.freebsd.org (Postfix) with SMTP id 78DA537B401; Thu, 25 Oct 2001 06:36:31 -0700 (PDT) Received: by rodent.utcs.utoronto.ca id <444776>; Thu, 25 Oct 2001 09:36:27 -0400 From: P Kern To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, pkern@utcs.utoronto.ca Subject: Re: bin/28738: IPFW log messages causes syslogd to fsync. In-Reply-To: <01Oct25.091448edt.444776@rodent.utcs.utoronto.ca> Message-Id: <01Oct25.093627edt.444776@rodent.utcs.utoronto.ca> Date: Thu, 25 Oct 2001 09:36:26 -0400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > 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