mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
It does this by passively analysing FTP control connections and adding rules into a pf anchor when an FTP data connection is about to commence. WWW: http://www.sentia.org/projects/ftpsesame/
12 lines
415 B
Text
12 lines
415 B
Text
--- Makefile.orig Mon May 1 01:32:30 2006
|
|
+++ Makefile Mon May 1 01:39:28 2006
|
|
@@ -8,7 +8,7 @@
|
|
LDADD+= -lpcap
|
|
|
|
install:
|
|
- install -s -o root -g bin -m 555 ftpsesame /usr/local/bin
|
|
- install -o root -g bin -m 444 ftpsesame.cat8 /usr/local/man/cat8/ftpsesame.0
|
|
+ install -s -o root -g bin -m 555 ftpsesame ${PREFIX}/bin
|
|
+ install -o root -g bin -m 444 ftpsesame.8 ${MANPREFIX}/man/man8
|
|
|
|
.include <bsd.prog.mk>
|