Date: Sat, 7 Aug 2010 16:20:12 +0000 (UTC) From: Oliver Fromme <olli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/syslogd Makefile syslogd.8 syslogd.c Message-ID: <201008071620.o77GKQat013088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
olli 2010-08-07 16:20:12 UTC
FreeBSD src repository
Modified files:
usr.sbin/syslogd Makefile syslogd.8 syslogd.c
Log:
SVN rev 211023 on 2010-08-07 16:20:12Z by olli
syslogd(8) already supports *sending* log messages to non-
standard ports, but it can't *receive* them (port 514 is
hardcoded). This commit adds that missing feature.
(NB: I actually needed this feature for a server farm where
multiple jails run with shared IP addresses, and every jail
should have its own syslogd process.)
As a side effect, syslogd now compiles with WARNS=6.
Approved by: des (mentor)
MFC after: 3 weeks
Revision Changes Path
1.17 +1 -1 src/usr.sbin/syslogd/Makefile
1.65 +23 -4 src/usr.sbin/syslogd/syslogd.8
1.167 +36 -4 src/usr.sbin/syslogd/syslogd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008071620.o77GKQat013088>
