diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2018-04-13 00:44:57 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2018-04-13 00:44:57 +0000 |
| commit | 785c57d0de4be25d54a74462c1bc2494290e6aeb (patch) | |
| tree | a372fb0384779afe7b7cb1ed2b388e766badb6d3 /sysutils/cfengine311 | |
| parent | - Update to 0.9921 (diff) | |
cfengine 3.11 moved its sbin binaries to bin. Fix this.
Reported by: des@
Pointy hat to: cy@
MFH: 2018Q2
Notes
Notes:
svn path=/head/; revision=467203
Diffstat (limited to 'sysutils/cfengine311')
| -rw-r--r-- | sysutils/cfengine311/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/cfengine311/files/cf-execd.in | 2 | ||||
| -rw-r--r-- | sysutils/cfengine311/files/cf-monitord.in | 2 | ||||
| -rw-r--r-- | sysutils/cfengine311/files/cf-serverd.in | 2 |
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 |
