mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY after
discussion on security@freebsd.org.
This commit is contained in:
parent
b706c03da0
commit
0533695204
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue