Date: Tue, 30 Oct 2012 20:32:33 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306710 - in head/net-mgmt: . netmagis-detecteq Message-ID: <201210302032.q9UKWYxb069879@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com>, Jean Benoit <jean@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@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" 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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210302032.q9UKWYxb069879>