Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after

discussion on security@freebsd.org.
This commit is contained in:
Darren Reed 2003-04-05 09:25:19 +00:00
parent d12d35d416
commit 3987f181d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113109

View File

@ -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)