From owner-cvs-all Tue Nov 27 12: 2:26 2001
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 6724437B416; Tue, 27 Nov 2001 12:02:18 -0800 (PST)
Received: (from dd@localhost)
by freefall.freebsd.org (8.11.6/8.11.6) id fARK2I389785;
Tue, 27 Nov 2001 12:02:18 -0800 (PST)
(envelope-from dd)
Message-Id: <200111272002.fARK2I389785@freefall.freebsd.org>
From: Dima Dorfman
Date: Tue, 27 Nov 2001 12:02:18 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c
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
dd 2001/11/27 12:02:18 PST
Modified files:
usr.sbin/syslogd syslogd.8 syslogd.c
Log:
Make the default kernel prefix "kernel:" instead of the boot file,
with the old behavior available via the -o option (it might still be
useful if one has many kernels and cares which messages came from
which). If the boot file is not used as the prefix, it is still
logged once at startup.
This change is prompted by the fact that the boot file is now much
longer ("/boot/kernel/kernel" vs. "/kernel"), which significanlty
bloats the syslogd output.
Reviewed by: peter
Revision Changes Path
1.42 +8 -3 src/usr.sbin/syslogd/syslogd.8
1.93 +18 -2 src/usr.sbin/syslogd/syslogd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message