From owner-cvs-all Sat Aug 21 11:24:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD08514F54; Sat, 21 Aug 1999 11:24:30 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37824; Sat, 21 Aug 1999 11:24:30 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199908211824.LAA37824@freefall.freebsd.org> From: Brian Feldman Date: Sat, 21 Aug 1999 11:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syslog.h src/lib/libc/gen syslog.3 src/usr.sbin/syslogd syslog.conf.5 src/etc newsyslog.conf syslog.conf Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/08/21 11:24:30 PDT Modified files: sys/sys syslog.h lib/libc/gen syslog.3 usr.sbin/syslogd syslog.conf.5 etc newsyslog.conf syslog.conf Makefile Log: This is the addition of a syslog(3) security.* top-level category. This should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris Revision Changes Path 1.17 +5 -4 src/sys/sys/syslog.h 1.6 +4 -1 src/lib/libc/gen/syslog.3 1.13 +4 -5 src/usr.sbin/syslogd/syslog.conf.5 1.22 +2 -1 src/etc/newsyslog.conf 1.10 +2 -1 src/etc/syslog.conf 1.203 +3 -1 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message