diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-07-08 06:32:32 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-07-08 06:32:32 -0700 |
commit | ddeeb7217924d00eeececee7749934c3d0b3e65c (patch) | |
tree | 8f3aea7bf4a6dc611f6212c0b5b3818807f2e1fb /sysutils | |
parent | www/py-bokeh: update to 2.3.3 (diff) |
sysutils/cfengine: Point to correct binary locations
The cf-execd, cf-monitord, and cf-serverd binaries have been moved to
${LOCALBASE}/bin. Fix this.
Reported by: Tommy Scheunemann <net _ arrishq.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine318/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine318/files/cf-execd.in | 2 | ||||
-rw-r--r-- | sysutils/cfengine318/files/cf-monitord.in | 2 | ||||
-rw-r--r-- | sysutils/cfengine318/files/cf-serverd.in | 2 |
4 files changed, 4 insertions, 3 deletions
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 |