aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/cfengine311/Makefile1
-rw-r--r--sysutils/cfengine311/files/cf-execd.in2
-rw-r--r--sysutils/cfengine311/files/cf-monitord.in2
-rw-r--r--sysutils/cfengine311/files/cf-serverd.in2
4 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/cfengine311/Makefile b/sysutils/cfengine311/Makefile
index c6ff90bb7b0b..93d1671377a0 100644
--- a/sysutils/cfengine311/Makefile
+++ b/sysutils/cfengine311/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine
PORTVERSION= 3.11.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/
diff --git a/sysutils/cfengine311/files/cf-execd.in b/sysutils/cfengine311/files/cf-execd.in
index 1ee33104e76e..1bffee793948 100644
--- a/sysutils/cfengine311/files/cf-execd.in
+++ b/sysutils/cfengine311/files/cf-execd.in
@@ -19,7 +19,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/cfengine311/files/cf-monitord.in b/sysutils/cfengine311/files/cf-monitord.in
index 471ee108622a..50ff312db37e 100644
--- a/sysutils/cfengine311/files/cf-monitord.in
+++ b/sysutils/cfengine311/files/cf-monitord.in
@@ -19,7 +19,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/cfengine311/files/cf-serverd.in b/sysutils/cfengine311/files/cf-serverd.in
index 9fbd07cc148a..b48c6c05dcba 100644
--- a/sysutils/cfengine311/files/cf-serverd.in
+++ b/sysutils/cfengine311/files/cf-serverd.in
@@ -19,7 +19,7 @@
name="cf_serverd"
rcvar=cf_serverd_enable
-command="%%PREFIX%%/sbin/cf-serverd"
+command="%%PREFIX%%/bin/cf-serverd"
load_rc_config $name