aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 22:28:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 22:28:17 +0000
commita5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c (patch)
tree5415b217be267505c0578522eb127fa36f4a3313 /french
parentb3862cee1e40d13ef4e3f5141ba52fd7eb3afda5 (diff)
downloadports-a5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c.tar.gz
ports-a5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c.zip
Forgotten to remove after renaming to plgrenouille.sh.in
Notes
Notes: svn path=/head/; revision=158598
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"