summaryrefslogtreecommitdiffstats
path: root/sbin/ipmon
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2003-04-05 10:42:38 +0000
committerdarrenr <darrenr@FreeBSD.org>2003-04-05 10:42:38 +0000
commite9eb2e1b8dab2e012569dc4ecba565c61d7dc17e (patch)
tree49224a1a0619876851b03a69b4bb442f0c424edc /sbin/ipmon
parentbdc1f5ae63e6eff4b522c5d2193deaba5fab42bd (diff)
downloadFreeBSD-src-e9eb2e1b8dab2e012569dc4ecba565c61d7dc17e.zip
FreeBSD-src-e9eb2e1b8dab2e012569dc4ecba565c61d7dc17e.tar.gz
Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after
discussion on security@freebsd.org.
Diffstat (limited to 'sbin/ipmon')
-rw-r--r--sbin/ipmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile
index de74332..e56ad99 100644
--- a/sbin/ipmon/Makefile
+++ b/sbin/ipmon/Makefile
@@ -6,7 +6,7 @@ PROG= ipmon
MAN= ipl.4 ipmon.8
SRCS= ipmon.c
-CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
+CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_SECURITY
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
WARNS= 0
OpenPOWER on IntegriCloud