Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 16:28:40 +0900 (JST)
From:      akimoto@xephion.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        admin@xephion.ne.jp
Subject:   misc/26870: change request for daily security check
Message-ID:  <200104260728.f3Q7Se215912@mayfair.nw.xephion.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         26870
>Category:       misc
>Synopsis:       change request for daily security check
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 26 00:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tomonobu AKIMOTO
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mayfair.nw.xephion.ne.jp 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Apr 23 22:34:57 JST 2001 root@:/usr/src/sys/compile/mayfair i386

>Description:
As OS version chaged to 4.3-RELEASE from 4.2-RELEASE,
ipfw deny logs don't include in daily security output.
That cause is dmesg command ,that is added -a option to.
So I request a change as below;

diff security.org security
168c168
< if dmesg 2>/dev/null > ${TMP}; then
---
> if dmesg -a 2>/dev/null > ${TMP}; then


>How-To-Repeat:
	
>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200104260728.f3Q7Se215912>