Date: Thu, 8 Jul 2021 13:38:53 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ddeeb7217924 - main - sysutils/cfengine: Point to correct binary locations Message-ID: <202107081338.168DcrgF053083@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddeeb7217924d00eeececee7749934c3d0b3e65c commit ddeeb7217924d00eeececee7749934c3d0b3e65c Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-07-08 13:32:32 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-07-08 13:32:32 +0000 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> --- sysutils/cfengine318/Makefile | 1 + sysutils/cfengine318/files/cf-execd.in | 2 +- sysutils/cfengine318/files/cf-monitord.in | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107081338.168DcrgF053083>