Date: Thu, 8 Jul 2021 13:38:55 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: 335863b5afa6 - main - sysutils/cfengine: Point to correct binary locations Message-ID: <202107081338.168Dct4I053112@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=335863b5afa6fa1758287e4758455da6e0265fb5 commit 335863b5afa6fa1758287e4758455da6e0265fb5 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-07-08 13:36:01 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-07-08 13:36:01 +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/cfengine-devel/Makefile | 1 + sysutils/cfengine-devel/files/cf-execd.in | 2 +- sysutils/cfengine-devel/files/cf-monitord.in | 2 +- sysutils/cfengine-devel/files/cf-serverd.in | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 6821aabf656b..5009cc940fe1 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= cfengine PORTVERSION= 3.${CFENGINE_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel CFENGINE_HASH= ab2255f34 diff --git a/sysutils/cfengine-devel/files/cf-execd.in b/sysutils/cfengine-devel/files/cf-execd.in index ace1288a92ef..b40d3507649a 100644 --- a/sysutils/cfengine-devel/files/cf-execd.in +++ b/sysutils/cfengine-devel/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/cfengine-devel/files/cf-monitord.in b/sysutils/cfengine-devel/files/cf-monitord.in index efa6aaa6e495..dd21a0aaed6d 100644 --- a/sysutils/cfengine-devel/files/cf-monitord.in +++ b/sysutils/cfengine-devel/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/cfengine-devel/files/cf-serverd.in b/sysutils/cfengine-devel/files/cf-serverd.in index a53b091ffbf9..938274887353 100644 --- a/sysutils/cfengine-devel/files/cf-serverd.in +++ b/sysutils/cfengine-devel/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.168Dct4I053112>