diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 22:28:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 22:28:17 +0000 |
commit | a5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c (patch) | |
tree | 5415b217be267505c0578522eb127fa36f4a3313 /french | |
parent | b3862cee1e40d13ef4e3f5141ba52fd7eb3afda5 (diff) | |
download | ports-a5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c.tar.gz ports-a5c8cb987bdb188a1b8ad86fe20b9a4747ac9a5c.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/plgrenouille/files/plgrenouille.sh | 30 |
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" |