Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Oct 1997 16:35:03 -0700
From:      Paul Traina <pst@juniper.net>
To:        Joerg Wunsch <joerg@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/sys syslog.h 
Message-ID:  <199710062335.QAA26748@base.juniper.net>
In-Reply-To: Your message of "Mon, 06 Oct 1997 13:37:01 PDT." <199710062037.NAA26653@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <joerg@FreeBSD.ORG>
  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 <sys/syslog.h>, 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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710062335.QAA26748>