Files
ports/sysutils/cfengine328/files/cf-execd.in
T
Cy Schubert 8410646fbf sysutils/cfengine328: Add new port
Add the latest cfengine to the ports collection.

Update the sysutils/cfengine metaport to point to the new port. It
becomes default.
2026-07-13 08:47:37 -07:00

27 lines
565 B
Bash

#!/bin/sh
# PROVIDE: cf-execd
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8)
#
# cf_execd_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable cf-execd.
# cf_execd_flags (str): Custom additional arguments to be passed
# to cf-execd (default empty).
#
. /etc/rc.subr
name="cf_execd"
rcvar=cf_execd_enable
command="%%PREFIX%%/bin/cf-execd"
load_rc_config $name
: ${cf_execd_enable="NO"}
run_rc_command "$1"