diff options
author | darrenr <darrenr@FreeBSD.org> | 2003-04-05 10:42:38 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2003-04-05 10:42:38 +0000 |
commit | e9eb2e1b8dab2e012569dc4ecba565c61d7dc17e (patch) | |
tree | 49224a1a0619876851b03a69b4bb442f0c424edc /sbin | |
parent | bdc1f5ae63e6eff4b522c5d2193deaba5fab42bd (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sbin/ipmon/Makefile | 2 |
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 |