diff options
Diffstat (limited to 'sysutils/cfengine310/files')
-rw-r--r-- | sysutils/cfengine310/files/cf-execd.in | 26 | ||||
-rw-r--r-- | sysutils/cfengine310/files/cf-monitord.in | 26 | ||||
-rw-r--r-- | sysutils/cfengine310/files/cf-serverd.in | 26 |
3 files changed, 0 insertions, 78 deletions
diff --git a/sysutils/cfengine310/files/cf-execd.in b/sysutils/cfengine310/files/cf-execd.in deleted file mode 100644 index ace1288a92ef..000000000000 --- a/sysutils/cfengine310/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%%/sbin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine310/files/cf-monitord.in b/sysutils/cfengine310/files/cf-monitord.in deleted file mode 100644 index efa6aaa6e495..000000000000 --- a/sysutils/cfengine310/files/cf-monitord.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-monitord -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-monitord(8) -# -# cf_monitord_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-monitord. -# cf_monitord_flags (str): Custom additional arguments to be passed -# to cf-monitord (default empty). -# - -. /etc/rc.subr - -name="cf_monitord" -rcvar=cf_monitord_enable - -command="%%PREFIX%%/sbin/cf-monitord" - -load_rc_config $name - -: ${cf_monitord_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine310/files/cf-serverd.in b/sysutils/cfengine310/files/cf-serverd.in deleted file mode 100644 index a53b091ffbf9..000000000000 --- a/sysutils/cfengine310/files/cf-serverd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=cf_serverd_enable - -command="%%PREFIX%%/sbin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" |