diff options
author | Can Erkin Acar <canacar@cvs.openbsd.org> | 2003-10-22 18:51:56 +0000 |
---|---|---|
committer | Can Erkin Acar <canacar@cvs.openbsd.org> | 2003-10-22 18:51:56 +0000 |
commit | 6e363212d16d26425498972bb2e01ed7035bb463 (patch) | |
tree | 1c2ab9e5b252d08ee7b6a0214c70019bb4b75e72 /sbin/pflogd/Makefile | |
parent | 6693f734d4d99c32579a9cef43ff0f9a39e4dc62 (diff) |
privilege seperated pflogd
_pflogd user and group must be created for proper operation.
ok frantzen@ henning@ mcbride@ deraadt@
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r-- | sbin/pflogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index 79902152951..31c795b00c3 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2003/03/01 06:11:20 cloder Exp $ +# $OpenBSD: Makefile,v 1.5 2003/10/22 18:51:55 canacar Exp $ CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow LDADD+= -lpcap -lutil DPAPP+= ${LIBPCAP} ${LIBUTIL} PROG= pflogd -SRCS= pflogd.c +SRCS= pflogd.c privsep.c privsep_fdpass.c MAN= pflogd.8 .include <bsd.prog.mk> |