aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine311/files/cf-execd.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine311/files/cf-execd.in')
-rw-r--r--sysutils/cfengine311/files/cf-execd.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/cfengine311/files/cf-execd.in b/sysutils/cfengine311/files/cf-execd.in
deleted file mode 100644
index b40d3507649a..000000000000
--- a/sysutils/cfengine311/files/cf-execd.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/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"