From owner-cvs-all Mon Mar 11 11:26:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DFF337B421; Mon, 11 Mar 2002 11:26:30 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2BJQUq80562; Mon, 11 Mar 2002 11:26:30 -0800 (PST) (envelope-from rwatson) Message-Id: <200203111926.g2BJQUq80562@freefall.freebsd.org> From: Robert Watson Date: Mon, 11 Mar 2002 11:26:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile newsyslog.conf syslog.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/03/11 11:26:29 PST Modified files: etc Makefile newsyslog.conf syslog.conf Log: Clean up logging of security information a bit: o Introduce /var/log/authentication.log, which will be the target for auth.info and authpriv.info by default. Rotate on the same schedule as most other logs. Create at installation. o Remove logging of auth.info from /var/log/security.log, which will return to being only for security feature subsystems (such as ipfw, and so on). This creates a special authentication log, which can now be searched by scripts for authentication events. Revision Changes Path 1.275 +3 -1 src/etc/Makefile 1.37 +2 -1 src/etc/newsyslog.conf 1.19 +3 -2 src/etc/syslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message