diff options
-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"} |