Date: Mon, 23 Sep 2002 04:59:19 -0700 (PDT) From: "Daniel C. Sobral" <dcs@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: <200209231159.g8NBxJHK083484@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dcs 2002/09/23 04:59:19 PDT
Modified files:
usr.sbin/syslogd syslog.conf.5 syslogd.c
Log:
Introduce to the !program specification a capability similar to the one
that already exists for hosts: being able to specify a section that applies
to every program *except* the one in question.
The normal syntax for program specification is still valid. For the new
capability, one uses:
!-program
Since there is no way to specify a program beginning with a dash in the old
syntax, as it would be interpreted as the case above, the following
alternative syntax to the original capability is provided:
!+program
This shouldn't introduce incompatibilities with any syslogd configuration
in production because -stable's syslogd does not support a dash anywhere in
the program specification.
MFC after: 2 weeks
Revision Changes Path
1.28 +11 -0 src/usr.sbin/syslogd/syslog.conf.5
1.107 +14 -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209231159.g8NBxJHK083484>
