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>
This commit is contained in:
Cy Schubert 2021-07-08 06:32:32 -07:00
parent 0b7c38ac72
commit ddeeb72179
4 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= cfengine
PORTVERSION= 3.18.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/

View file

@ -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

View file

@ -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

View file

@ -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