From owner-cvs-sys Mon Oct 6 16:37:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA08366 for cvs-sys-outgoing; Mon, 6 Oct 1997 16:37:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA08224; Mon, 6 Oct 1997 16:35:51 -0700 (PDT) (envelope-from pst@juniper.net) Received: from base.juniper.net (base.juniper.net [208.197.169.208]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id QAA19238; Mon, 6 Oct 1997 16:35:20 -0700 (PDT) Received: from base.juniper.net (localhost.juniper.net [127.0.0.1]) by base.juniper.net (8.8.7/8.7.3) with ESMTP id QAA26748; Mon, 6 Oct 1997 16:35:03 -0700 (PDT) Message-Id: <199710062335.QAA26748@base.juniper.net> To: Joerg Wunsch cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys syslog.h In-reply-to: Your message of "Mon, 06 Oct 1997 13:37:01 PDT." <199710062037.NAA26653@freefall.freebsd.org> Date: Mon, 06 Oct 1997 16:35:03 -0700 From: Paul Traina Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ummm... I hate to lay this on you AFTER your commit, but this should probably be something like LOG_SYSTIME or LOG_TIMING.... it's a category, not a program. From: Joerg Wunsch Subject: cvs commit: src/sys/sys syslog.h joerg 1997/10/06 13:37:01 PDT Modified files: sys/sys syslog.h Log: Since i've just touched , thereby causing a large part of the system to be rebuilt anyway, this is a good time to introduce LOG_NTP. The reasoning for a separate facility is that xntpd can sometimes cause exaggerative log message at high prioritites which are, depending on your environment and available clock sources, not necessarily as important as other LOG_DAEMON messages. However, they used to clutter log files and system console in the existing setup. Note that this situation could not be resolved using the !xntpd option (think about it). xntpd(8) is supposed to automatically pick up the change, it had already all necessary #ifdef's. The chosen value does, as far as my inquiries yielded, not clash with any other operating system. Revision Changes Path 1.15 +6 -1 src/sys/sys/syslog.h