diff options
author | cy <cy@FreeBSD.org> | 2018-04-13 08:44:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-04-13 08:44:57 +0800 |
commit | ebd5a39d50fec50e179ffcd156283582a091a778 (patch) | |
tree | a372fb0384779afe7b7cb1ed2b388e766badb6d3 /sysutils | |
parent | aed0643c446f91ebb21a60eebcda33bd3ec269a6 (diff) | |
download | freebsd-ports-gnome-ebd5a39d50fec50e179ffcd156283582a091a778.tar.gz freebsd-ports-gnome-ebd5a39d50fec50e179ffcd156283582a091a778.tar.zst freebsd-ports-gnome-ebd5a39d50fec50e179ffcd156283582a091a778.zip |
cfengine 3.11 moved its sbin binaries to bin. Fix this.
Reported by: des@
Pointy hat to: cy@
MFH: 2018Q2
Diffstat (limited to 'sysutils')
-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 |