aboutsummaryrefslogtreecommitdiff
path: root/sysutils/grok/files/grok.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/grok/files/grok.sh.in')
-rw-r--r--sysutils/grok/files/grok.sh.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/grok/files/grok.sh.in b/sysutils/grok/files/grok.sh.in
deleted file mode 100644
index b5979f1d633b..000000000000
--- a/sysutils/grok/files/grok.sh.in
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: grok
-# REQUIRE: LOGIN
-
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to enable grok:
-# grok_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable grok
-# grok_config (path): Set to "%%PREFIX%%/etc/grok.conf" by default.
-#
-
-. %%RC_SUBR%%
-
-name="grok"
-rcvar=`set_rcvar`
-
-load_rc_config $name
-
-: ${grok_enable="NO"}
-: ${grok_config="%%PREFIX%%/etc/grok.conf"}
-
-command_interpreter=%%PERL%%
-command=%%PREFIX%%/bin/grok
-command_args="-f $grok_config -b -d"
-required_files=%%PREFIX%%/etc/grok.conf
-
-run_rc_command "$1"