Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 16:08:56 -0800 (PST)
From:      Thomas Quinot <thomas@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c
Message-ID:  <200302130008.h1D08u2L034058@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thomas      2003/02/12 16:08:56 PST

  Modified files:
    usr.sbin/syslogd     syslog.conf.5 syslogd.c 
  Log:
  Allow multiple hosts or programs to be named in program
  or host specifications, eg:
  
  !foo,bar
  *.* /var/log/only_foo_or_bar.log
  
  !-foo,bar
  *.* /var/log/all_except_foo_or_bar.log
  
  Reviewed by:            roberto
  Not objected to by:     arch@
  
  Revision  Changes    Path
  1.32      +12 -0     src/usr.sbin/syslogd/syslog.conf.5
  1.112     +27 -6     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?200302130008.h1D08u2L034058>