freebsd-dev/usr.sbin/syslogd
David Malone a144588d15 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
2000-07-24 14:10:17 +00:00
..
Makefile
pathnames.h
syslog.conf.5 Allow syslogd to select messages based on the originating host in 2000-07-24 14:10:17 +00:00
syslogd.8
syslogd.c Allow syslogd to select messages based on the originating host in 2000-07-24 14:10:17 +00:00