From a54fe1ca9c33931d7c4381a84ee11454f9831c08 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 31 May 2008 23:01:15 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'. --- sysutils/cfengine3/files/cfexecd.in | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sysutils/cfengine3/files/cfexecd.in (limited to 'sysutils/cfengine3/files/cfexecd.in') diff --git a/sysutils/cfengine3/files/cfexecd.in b/sysutils/cfengine3/files/cfexecd.in deleted file mode 100644 index a892216ff80e..000000000000 --- a/sysutils/cfengine3/files/cfexecd.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: cfexecd -# REQUIRE: SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cfexecd(8) -# -# cfexecd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cfexecd. -# cfexecd_flags (str): Custom additional arguments to be passed -# to cfexecd (default empty). -# - -. %%RC_SUBR%% - -name="cfexecd" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/${name}" - -load_rc_config $name - -: ${cfexecd_enable="NO"} -: ${cfexecd_flags=""} - -run_rc_command "$1" -- cgit v1.2.3