diff --git a/sysutils/cfengine318/Makefile b/sysutils/cfengine318/Makefile index f4b2a8713a10..72cb2d0f5954 100644 --- a/sysutils/cfengine318/Makefile +++ b/sysutils/cfengine318/Makefile @@ -2,6 +2,7 @@ PORTNAME= cfengine PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ diff --git a/sysutils/cfengine318/files/cf-execd.in b/sysutils/cfengine318/files/cf-execd.in index ace1288a92ef..b40d3507649a 100644 --- a/sysutils/cfengine318/files/cf-execd.in +++ b/sysutils/cfengine318/files/cf-execd.in @@ -17,7 +17,7 @@ name="cf_execd" rcvar=cf_execd_enable -command="%%PREFIX%%/sbin/cf-execd" +command="%%PREFIX%%/bin/cf-execd" load_rc_config $name diff --git a/sysutils/cfengine318/files/cf-monitord.in b/sysutils/cfengine318/files/cf-monitord.in index efa6aaa6e495..dd21a0aaed6d 100644 --- a/sysutils/cfengine318/files/cf-monitord.in +++ b/sysutils/cfengine318/files/cf-monitord.in @@ -17,7 +17,7 @@ name="cf_monitord" rcvar=cf_monitord_enable -command="%%PREFIX%%/sbin/cf-monitord" +command="%%PREFIX%%/bin/cf-monitord" load_rc_config $name diff --git a/sysutils/cfengine318/files/cf-serverd.in b/sysutils/cfengine318/files/cf-serverd.in index a53b091ffbf9..938274887353 100644 --- a/sysutils/cfengine318/files/cf-serverd.in +++ b/sysutils/cfengine318/files/cf-serverd.in @@ -17,7 +17,7 @@ name="cf_serverd" rcvar=cf_serverd_enable -command="%%PREFIX%%/sbin/cf-serverd" +command="%%PREFIX%%/bin/cf-serverd" load_rc_config $name