From yasu@home.utahime.org  Sun Sep  7 15:19:28 2003
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51FEE16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Sep 2003 15:19:28 -0700 (PDT)
Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 59DDE43FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Sep 2003 15:19:27 -0700 (PDT)
	(envelope-from yasu@home.utahime.org)
Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1])
	by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id CA40985
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Sep 2003 07:19:25 +0900 (JST)
Received: from 127.0.0.1 (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with SMTP
	id 91E0354D5; Mon,  8 Sep 2003 07:19:25 +0900 (JST)
Received: by eastasia.home.utahime.org (Postfix, from userid 1000)
	id 7BD0354BB; Mon,  8 Sep 2003 07:19:25 +0900 (JST)
Message-Id: <20030907221925.7BD0354BB@eastasia.home.utahime.org>
Date: Mon,  8 Sep 2003 07:19:25 +0900 (JST)
From: KIMURA Yasuhiro <yasu@utahime.org>
Reply-To: KIMURA Yasuhiro <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: security/logcheck: /var/log/security should be added to input files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56578
>Category:       ports
>Synopsis:       security/logcheck: /var/log/security should be added to input files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 15:20:13 PDT 2003
>Closed-Date:    Fri Dec 12 14:58:45 PST 2003
>Last-Modified:  Fri Dec 12 14:58:45 PST 2003
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.8-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD eastasia.home.utahime.org 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0: Wed Aug 27 09:59:27 JST 2003 yasu@eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_8/src/sys/EASTASIA i386


	
>Description:
	Log messages from security subsystems, such as ipfw, are written to
	/var/log/security by default. So it should be added to input files.
>How-To-Repeat:
	
>Fix:

	

--- logcheck.patch begins here ---
diff -Nru security/logcheck.dist/files/patch-systems:freebsd:logcheck.sh security/logcheck/files/patch-systems:freebsd:logcheck.sh
--- security/logcheck.dist/files/patch-systems:freebsd:logcheck.sh	Thu Jan  1 09:00:00 1970
+++ security/logcheck/files/patch-systems:freebsd:logcheck.sh	Mon Sep  8 06:59:41 2003
@@ -0,0 +1,10 @@
+--- systems/freebsd/logcheck.sh.dist	Mon Nov  1 00:07:29 1999
++++ systems/freebsd/logcheck.sh	Mon Sep  8 06:56:37 2003
+@@ -173,6 +173,7 @@
+ # FreeBSD 2.x
+ $LOGTAIL /var/log/messages > $TMPDIR/check.$$
+ $LOGTAIL /var/log/maillog >> $TMPDIR/check.$$
++$LOGTAIL /var/log/security >> $TMPDIR/check.$$
+ 
+ # BSDI 2.x
+ #$LOGTAIL /var/log/messages > $TMPDIR/check.$$
--- logcheck.patch ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Oct 24 23:05:03 PDT 2003 
Responsible-Changed-Why:  
Over to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56578 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Fri Dec 12 14:58:36 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56578 
>Unformatted:
