diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2015-01-22 06:37:22 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2015-01-22 06:37:22 +0800 |
commit | 75935f5e4042ae29155bbd4b354e705a0f3485a1 (patch) | |
tree | c277b2519ba91bac7fa2f267ec11bd5066c3cf4e /sysutils | |
parent | 4003e8c812e06f4b6c8a48f9f3b2f31c2e2e3b34 (diff) | |
download | freebsd-ports-gnome-75935f5e4042ae29155bbd4b354e705a0f3485a1.tar.gz freebsd-ports-gnome-75935f5e4042ae29155bbd4b354e705a0f3485a1.tar.zst freebsd-ports-gnome-75935f5e4042ae29155bbd4b354e705a0f3485a1.zip |
Add 'command' to the cf-monitord rc script
Reported by: prj@rootwyrm.com
Approved by: cy@ (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine35/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine35/files/cf-monitord.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index 310619e1f579..d77a7ce076e0 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -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/ diff --git a/sysutils/cfengine35/files/cf-monitord.in b/sysutils/cfengine35/files/cf-monitord.in index aa634b250817..471ee108622a 100644 --- a/sysutils/cfengine35/files/cf-monitord.in +++ b/sysutils/cfengine35/files/cf-monitord.in @@ -19,6 +19,8 @@ name="cf_monitord" rcvar=cf_monitord_enable +command="%%PREFIX%%/sbin/cf-monitord" + load_rc_config $name : ${cf_monitord_enable="NO"} |