svn commit: r306710 - in head/net-mgmt: . netmagis-detecteq

Chris Rees crees at FreeBSD.org
Tue Oct 30 20:32:34 UTC 2012


Author: crees
Date: Tue Oct 30 20:32:33 2012
New Revision: 306710
URL: http://svn.freebsd.org/changeset/ports/306710

Log:
  Add netmagis-detecteq , files for detection of equipment modifications.
  
  PR:		ports/169509
  Submitted by:	Pierre David <pdagog at gmail.com>, Jean Benoit <jean at unistra.fr>
  Feature safe:	yes

Added:
  head/net-mgmt/netmagis-detecteq/
  head/net-mgmt/netmagis-detecteq/Makefile   (contents, props changed)
  head/net-mgmt/netmagis-detecteq/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue Oct 30 20:31:14 2012	(r306709)
+++ head/net-mgmt/Makefile	Tue Oct 30 20:32:33 2012	(r306710)
@@ -163,6 +163,7 @@
     SUBDIR += netleak
     SUBDIR += netmagis-common
     SUBDIR += netmagis-database
+    SUBDIR += netmagis-detecteq
     SUBDIR += netmask
     SUBDIR += netmond
     SUBDIR += netspoc

Added: head/net-mgmt/netmagis-detecteq/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-detecteq/Makefile	Tue Oct 30 20:32:33 2012	(r306710)
@@ -0,0 +1,14 @@
+# Created by: Pierre David <pdagog at gmail.com>, Jean Benoit <jean at 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"

Added: head/net-mgmt/netmagis-detecteq/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-detecteq/pkg-plist	Tue Oct 30 20:32:33 2012	(r306710)
@@ -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%%


More information about the svn-ports-all mailing list