From 0dbdf404033596dc3e9fa3c4a17e7c8f5c1a3284 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 1 Apr 2006 22:28:17 +0000 Subject: Forgotten to remove after renaming to plgrenouille.sh.in --- french/plgrenouille/files/plgrenouille.sh | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 french/plgrenouille/files/plgrenouille.sh (limited to 'french/plgrenouille') 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" -- cgit