aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2016-03-22 01:31:13 +0800
committerromain <romain@FreeBSD.org>2016-03-22 01:31:13 +0800
commit5479875f3d742c0c3e652cec91bacf2da6afd694 (patch)
treefbd8ade0d3ecc0239a6422df09198814a533942d /sysutils
parent7ef05dfa9e59e6792ccf3521a6d272a2d7be8107 (diff)
downloadfreebsd-ports-graphics-5479875f3d742c0c3e652cec91bacf2da6afd694.tar.gz
freebsd-ports-graphics-5479875f3d742c0c3e652cec91bacf2da6afd694.tar.zst
freebsd-ports-graphics-5479875f3d742c0c3e652cec91bacf2da6afd694.zip
Add mcollective-service-agent , MCollective agent to manage the OS
Services.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcollective-service-agent/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 51219e8fdd0..aeff79af146 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -547,6 +547,7 @@
SUBDIR += mcollective-nettest-common
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-puppet-agent
+ SUBDIR += mcollective-service-agent
SUBDIR += mcollective-service-common
SUBDIR += mcollective-shell-agent
SUBDIR += mcollective-shell-client
diff --git a/sysutils/mcollective-service-agent/Makefile b/sysutils/mcollective-service-agent/Makefile
new file mode 100644
index 00000000000..57832d30e35
--- /dev/null
+++ b/sysutils/mcollective-service-agent/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= mcollective-service-agent
+
+COMMENT= MCollective agent to manage the OS Services
+
+# See MASTERDIR for MAINTAINER.
+
+RUN_DEPENDS= mcollective-service-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-service-common
+
+MASTERDIR= ${.CURDIR}/../mcollective-service-common
+
+PLIST_FILES= share/mcollective/agent/service.rb
+
+do-install:
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
+
+.include "${MASTERDIR}/Makefile"