Add netmagis-servers , netmagis module for dhcp, bind and mail servers.
PR: ports/169509 Submitted by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr> Feature safe: yes
This commit is contained in:
parent
7e0556557a
commit
631e9cd731
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306712
3 changed files with 25 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
|||
SUBDIR += netmagis-database
|
||||
SUBDIR += netmagis-detecteq
|
||||
SUBDIR += netmagis-metro
|
||||
SUBDIR += netmagis-servers
|
||||
SUBDIR += netmask
|
||||
SUBDIR += netmond
|
||||
SUBDIR += netspoc
|
||||
|
|
14
net-mgmt/netmagis-servers/Makefile
Normal file
14
net-mgmt/netmagis-servers/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@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"
|
10
net-mgmt/netmagis-servers/pkg-plist
Normal file
10
net-mgmt/netmagis-servers/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Reference in a new issue