Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 07:10:17 -0700 (PDT)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c
Message-ID:  <200007241410.HAA42122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2000/07/24 07:10:17 PDT

  Modified files:
    usr.sbin/syslogd     syslog.conf.5 syslogd.c 
  Log:
  Allow syslogd to select messages based on the originating host in
  a similar way to the way it can select messages from a given program.
  
  Lines beginning with "+hostname" or "#+hostname" select messaes
  from that hostname and lines beginning with "-hostname" or "#-hostname"
  match messages not from that hostname.
  
  There are some significant style issues left in the original program
  selection code and the man page. This should be cleared up in some
  later commits.
  
  Reviewed by:	sheldonh
  Based on an original patch by:    Bernd Walter <ticso@cicely8.cicely.de>
  Man page stylist:	sheldonh
  
  Revision  Changes    Path
  1.17      +64 -10    src/usr.sbin/syslogd/syslog.conf.5
  1.64      +52 -8     src/usr.sbin/syslogd/syslogd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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