svn commit: r377628 - in head/sysutils/cfengine36: . files

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jan 21 22:34:00 UTC 2015


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 at 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"}


More information about the svn-ports-all mailing list