svn commit: r377629 - in head/sysutils/cfengine35: . files
Steven Kreuzer
skreuzer at FreeBSD.org
Wed Jan 21 22:37:23 UTC 2015
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 at 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"}
More information about the svn-ports-all
mailing list