svn commit: r306712 - in head/net-mgmt: . netmagis-servers
Chris Rees
crees at FreeBSD.org
Tue Oct 30 20:34:28 UTC 2012
Author: crees
Date: Tue Oct 30 20:34:27 2012
New Revision: 306712
URL: http://svn.freebsd.org/changeset/ports/306712
Log:
Add netmagis-servers , netmagis module for dhcp, bind and mail servers.
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-servers/
head/net-mgmt/netmagis-servers/Makefile (contents, props changed)
head/net-mgmt/netmagis-servers/pkg-plist (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Tue Oct 30 20:33:09 2012 (r306711)
+++ head/net-mgmt/Makefile Tue Oct 30 20:34:27 2012 (r306712)
@@ -165,6 +165,7 @@
SUBDIR += netmagis-database
SUBDIR += netmagis-detecteq
SUBDIR += netmagis-metro
+ SUBDIR += netmagis-servers
SUBDIR += netmask
SUBDIR += netmond
SUBDIR += netspoc
Added: head/net-mgmt/netmagis-servers/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/netmagis-servers/Makefile Tue Oct 30 20:34:27 2012 (r306712)
@@ -0,0 +1,14 @@
+# Created by: Pierre David <pdagog at gmail.com>, Jean Benoit <jean at unistra.fr>
+# $FreeBSD$
+
+PORTNAME= netmagis
+PKGNAMESUFFIX= -servers
+
+COMMENT= Netmagis module for dhcp, bind and mail servers
+
+MASTERDIR= ${.CURDIR}/../netmagis-common
+
+PKGMESSAGE= ${.CURDIR}/pkg-message
+PLIST= ${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"
Added: head/net-mgmt/netmagis-servers/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/netmagis-servers/pkg-plist Tue Oct 30 20:34:27 2012 (r306712)
@@ -0,0 +1,10 @@
+sbin/mkdhcp
+sbin/mkmroute
+sbin/mksmtpf
+sbin/mkzones
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.bind
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.dhcp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.mroute
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.smtpf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pf.conf.sample
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
More information about the svn-ports-head
mailing list