Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/21/1999 05:30:16
Module Name: src
Committed By: mrg
Date: Sun Feb 21 13:30:15 UTC 1999
Modified Files:
src/usr.sbin/syslogd: syslogd.8 syslogd.c
Log Message:
- allow -p /log/socket to appear more than once (and work as expected
if given this). this is extremely useful for chrooted daemons that
still want to create log entries via a local mechanism.
- create a new -P option that takes a filename of log sockets (equiv.
of calling syslogd which -p <each line of file>. this is useful
for the case of many chroot areas and keeping this information in
one place rather than having to remember it all.
if no -p options are given, the default (_PATH_LOG) is used as normal.