summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/Makefile
diff options
context:
space:
mode:
authorolli <olli@FreeBSD.org>2010-08-07 16:20:12 +0000
committerolli <olli@FreeBSD.org>2010-08-07 16:20:12 +0000
commitdf9856d691fbca1e8ff4b45603ecfbdd68871ea0 (patch)
tree4049e8751d59c1b4729c17a0cbab04c84dc26601 /usr.sbin/syslogd/Makefile
parent14181a6158ab7f64400289d8431445b3079ef76a (diff)
downloadFreeBSD-src-df9856d691fbca1e8ff4b45603ecfbdd68871ea0.zip
FreeBSD-src-df9856d691fbca1e8ff4b45603ecfbdd68871ea0.tar.gz
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
Diffstat (limited to 'usr.sbin/syslogd/Makefile')
-rw-r--r--usr.sbin/syslogd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile
index 1682b49..3a2a80b 100644
--- a/usr.sbin/syslogd/Makefile
+++ b/usr.sbin/syslogd/Makefile
@@ -12,7 +12,7 @@ SRCS= syslogd.c ttymsg.c
DPADD= ${LIBUTIL}
LDADD= -lutil
-WARNS?= 3
+WARNS?= 6
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
OpenPOWER on IntegriCloud