From e9eb2e1b8dab2e012569dc4ecba565c61d7dc17e Mon Sep 17 00:00:00 2001 From: darrenr Date: Sat, 5 Apr 2003 10:42:38 +0000 Subject: Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after discussion on security@freebsd.org. --- sbin/ipmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipmon') 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 -- cgit v1.1