Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 22:33:59 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377628 - in head/sysutils/cfengine36: . files
Message-ID:  <201501212233.t0LMXxiv072888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jan 21 22:33:58 2015
New Revision: 377628
URL: https://svnweb.freebsd.org/changeset/ports/377628
QAT: https://qat.redports.org/buildarchive/r377628/

Log:
  Add 'command' to the cf-monitord rc script
  
  Reported by:	prj@rootwyrm.com
  Approved by:	cy@ (implicit)

Modified:
  head/sysutils/cfengine36/Makefile
  head/sysutils/cfengine36/files/cf-monitord.in

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Wed Jan 21 22:09:38 2015	(r377627)
+++ head/sysutils/cfengine36/Makefile	Wed Jan 21 22:33:58 2015	(r377628)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.6.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/

Modified: head/sysutils/cfengine36/files/cf-monitord.in
==============================================================================
--- head/sysutils/cfengine36/files/cf-monitord.in	Wed Jan 21 22:09:38 2015	(r377627)
+++ head/sysutils/cfengine36/files/cf-monitord.in	Wed Jan 21 22:33:58 2015	(r377628)
@@ -19,6 +19,8 @@
 name="cf_monitord"
 rcvar=cf_monitord_enable
 
+command="%%PREFIX%%/sbin/cf-monitord"
+
 load_rc_config $name
 
 : ${cf_monitord_enable="NO"}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501212233.t0LMXxiv072888>