diff options
author | crees <crees@FreeBSD.org> | 2012-10-31 04:32:33 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-31 04:32:33 +0800 |
commit | b903fcac7a54c199c3783d9e4022499e697900d6 (patch) | |
tree | bde25da2676db37ad8bf411d3a24506992063577 | |
parent | 599e23901d7bd8015a0e71a1fa41d312b6aaa4dc (diff) | |
download | freebsd-ports-gnome-b903fcac7a54c199c3783d9e4022499e697900d6.tar.gz freebsd-ports-gnome-b903fcac7a54c199c3783d9e4022499e697900d6.tar.zst freebsd-ports-gnome-b903fcac7a54c199c3783d9e4022499e697900d6.zip |
Add netmagis-detecteq , files for detection of equipment modifications.
PR: ports/169509
Submitted by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
Feature safe: yes
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/netmagis-detecteq/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/netmagis-detecteq/pkg-plist | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c0a805cb9188..b23501e5deef 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -163,6 +163,7 @@ SUBDIR += netleak SUBDIR += netmagis-common SUBDIR += netmagis-database + SUBDIR += netmagis-detecteq SUBDIR += netmask SUBDIR += netmond SUBDIR += netspoc diff --git a/net-mgmt/netmagis-detecteq/Makefile b/net-mgmt/netmagis-detecteq/Makefile new file mode 100644 index 000000000000..c93a7af0ab71 --- /dev/null +++ b/net-mgmt/netmagis-detecteq/Makefile @@ -0,0 +1,14 @@ +# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr> +# $FreeBSD$ + +PORTNAME= netmagis +PKGNAMESUFFIX= -detecteq + +COMMENT= Files for detection of equipment modifications + +MASTERDIR= ${.CURDIR}/../netmagis-common + +PKGMESSAGE= ${.CURDIR}/pkg-message +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-detecteq/pkg-plist b/net-mgmt/netmagis-detecteq/pkg-plist new file mode 100644 index 000000000000..a667b754fcda --- /dev/null +++ b/net-mgmt/netmagis-detecteq/pkg-plist @@ -0,0 +1,6 @@ +sbin/detectconfmod +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/radiusd.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/server.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radius/topo.conf +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/radius +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |