aboutsummaryrefslogtreecommitdiffstats
path: root/french/plgrenouille
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-02 06:28:17 +0800
committeredwin <edwin@FreeBSD.org>2006-04-02 06:28:17 +0800
commit0dbdf404033596dc3e9fa3c4a17e7c8f5c1a3284 (patch)
treeea69045f8df5e6c79b5ca3d244b3331cec03ae64 /french/plgrenouille
parentf035efbbec830cb66d8f41c51ac8506799d2916e (diff)
downloadfreebsd-ports-gnome-0dbdf404033596dc3e9fa3c4a17e7c8f5c1a3284.tar.gz
freebsd-ports-gnome-0dbdf404033596dc3e9fa3c4a17e7c8f5c1a3284.tar.zst
freebsd-ports-gnome-0dbdf404033596dc3e9fa3c4a17e7c8f5c1a3284.zip
Forgotten to remove after renaming to plgrenouille.sh.in
Diffstat (limited to 'french/plgrenouille')
-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"