Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2015 22:37:22 +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: r377629 - in head/sysutils/cfengine35: . files
Message-ID:  <201501212237.t0LMbM3l073455@svn.freebsd.org>

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

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

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

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Wed Jan 21 22:33:58 2015	(r377628)
+++ head/sysutils/cfengine35/Makefile	Wed Jan 21 22:37:22 2015	(r377629)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.5.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 

Modified: head/sysutils/cfengine35/files/cf-monitord.in
==============================================================================
--- head/sysutils/cfengine35/files/cf-monitord.in	Wed Jan 21 22:33:58 2015	(r377628)
+++ head/sysutils/cfengine35/files/cf-monitord.in	Wed Jan 21 22:37:22 2015	(r377629)
@@ -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?201501212237.t0LMbM3l073455>