freebsd-ports/security/authpf/files/patch-aa
Foxfair Hu 90306dc116 Add authpf 1.0, authentification shell for pf gateways. This port depends
on security/pf first.

PR:		52123
Submitted by:	Max Laier <max@love2party.net>
2003-06-13 01:19:12 +00:00

27 lines
732 B
Text

*** ./authpf/Makefile Thu Apr 17 04:17:07 2003
--- ./authpf/Makefile Fri May 9 17:07:32 2003
***************
*** 3,15 ****
PROG= authpf
MAN= authpf.8
BINOWN= root
! BINGRP= wheel
BINMODE= 6555
! .if defined(PREFIX) && !empty(PREFIX)
! BINDIR= ${PREFIX}/libexec
! .else
! BINDIR= /usr/libexec
! .endif
SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
SRCS+= pfctl_radix.c
#CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror
--- 3,11 ----
PROG= authpf
MAN= authpf.8
BINOWN= root
! BINGRP= authpf
BINMODE= 6555
! BINDIR= ${PREFIX}/sbin
SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
SRCS+= pfctl_radix.c
#CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror