aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p0f/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-09-20 18:44:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-09-20 18:44:38 +0000
commitbe97957b6c7b63cdecf9af0c371703610363cb3d (patch)
tree59a40d2eb4f14e553be376bf466d30316a5b8fbc /net-mgmt/p0f/Makefile
parent1bd27d12def9b354319e53ee39969e205aaf4a02 (diff)
downloadports-be97957b6c7b63cdecf9af0c371703610363cb3d.tar.gz
ports-be97957b6c7b63cdecf9af0c371703610363cb3d.zip
net-mgmt/p0f: add rc script
Added rc script to run p0f in daemon mode as as unprivileged user. That is useful to provide access to p0f API via unix socket for various clients (e.g. anti-spam filters like rspamd, haraka-plugin-p0f, etc.). PR: 240712 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
Notes
Notes: svn path=/head/; revision=512424
Diffstat (limited to 'net-mgmt/p0f/Makefile')
-rw-r--r--net-mgmt/p0f/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
index d1e10bb5041f..f7866e71b383 100644
--- a/net-mgmt/p0f/Makefile
+++ b/net-mgmt/p0f/Makefile
@@ -3,16 +3,22 @@
PORTNAME= p0f
PORTVERSION= 3.09b
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/ \
http://fossies.org/unix/privat/
-EXTRACT_SUFX= .tgz
MAINTAINER= pi@FreeBSD.org
COMMENT= Passive OS fingerprinting tool
LICENSE= LGPL21
+USES= tar:tgz
+USE_RC_SUBR= p0f
+
+USERS= p0f
+GROUPS= p0f
+
PLIST_FILES= bin/p0f bin/p0f-client bin/p0f-sendsyn \
bin/p0f-sendsyn6 etc/p0f.fp
PORTDOCS= ChangeLog README TODO existential-notes.txt \