aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
Diffstat (limited to 'french')
-rw-r--r--french/plgrenouille/files/plgrenouille.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/french/plgrenouille/files/plgrenouille.sh b/french/plgrenouille/files/plgrenouille.sh
deleted file mode 100644
index 9409b14bd048..000000000000
--- a/french/plgrenouille/files/plgrenouille.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: plgrenouille
-# REQUIRE: DAEMON
-#
-# Add the following line to /etc/rc.conf to enable upclient:
-#
-# plgrenouille_enable="YES"
-#
-
-plgrenouille_enable=NO
-plgrenouille_flags=-b
-
-. %%RC_SUBR%%
-
-name=plgrenouille
-rcvar=$(set_rcvar)
-
-command=%%LBIN_DIR%%/${name}
-command_interpreter=%%PERL%%
-pidfile=%%RUN_DIR%%/${name}.pid
-logfile=%%LOG_DIR%%/${name}.log
-required_files=%%CONF_DIR%%/grenouillerc
-extra_commands=configure
-configure_cmd="${command} -c"
-
-load_rc_config ${name}
-run_rc_command "$1"