summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2003-04-05 09:25:19 +0000
committerdarrenr <darrenr@FreeBSD.org>2003-04-05 09:25:19 +0000
commit20b8c1f5c4bd34b9607842adebb9767f0f87ed52 (patch)
tree9130bd0847d233bdebd48f4955cbffb94dd50ff9 /contrib/ipfilter
parentf66b0dbcbb963b77e25550ff47ad5abf74f5e657 (diff)
downloadFreeBSD-src-20b8c1f5c4bd34b9607842adebb9767f0f87ed52.zip
FreeBSD-src-20b8c1f5c4bd34b9607842adebb9767f0f87ed52.tar.gz
Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after
discussion on security@freebsd.org.
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r--contrib/ipfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ipfilter/Makefile b/contrib/ipfilter/Makefile
index 2abeb53..7f71f9b 100644
--- a/contrib/ipfilter/Makefile
+++ b/contrib/ipfilter/Makefile
@@ -3,6 +3,7 @@
#
# See the IPFILTER.LICENCE file for details on licencing.
#
+# $FreeBSD$
# $Id: Makefile,v 2.11.2.15 2002/12/02 04:22:56 darrenr Exp $
#
BINDEST=/usr/local/bin
@@ -29,7 +30,7 @@ IPFLOG=-DIPFILTER_LOG
#
# The facility you wish to log messages from ipmon to syslogd with.
#
-LOGFAC=-DLOGFAC=LOG_LOCAL0
+LOGFAC=-DLOGFAC=LOG_SECURITY
#
# Uncomment the next 3 lines if you want to view the state table a la top(1)
OpenPOWER on IntegriCloud