aboutsummaryrefslogtreecommitdiff
path: root/textproc/cocoon/files/cocoon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cocoon/files/cocoon.sh')
-rw-r--r--textproc/cocoon/files/cocoon.sh31
1 files changed, 0 insertions, 31 deletions
diff --git a/textproc/cocoon/files/cocoon.sh b/textproc/cocoon/files/cocoon.sh
deleted file mode 100644
index 8ca8b5719622..000000000000
--- a/textproc/cocoon/files/cocoon.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#! /bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: %%APP_NAME%%
-
-#
-# Add the following line to /etc/rc.conf to enable %%APP_NAME%%:
-#
-# %%APP_NAME%%_enable="YES"
-#
-
-. /etc/rc.subr
-
-name=%%APP_NAME%%
-rcvar=`set_rcvar`
-
-command=%%PREFIX%%/sbin/%%APP_NAME%%ctl
-command_args="$1"
-pidfile=%%PID_FILE%%
-procname=java
-
-# set defaults
-
-%%APP_NAME%%_enable=${%%APP_NAME%%_enable:-"NO"}
-%%APP_NAME%%_user=${%%APP_NAME%%_user:-"www"}
-%%APP_NAME%%_group=${%%APP_NAME%%_group:-"www"}
-
-load_rc_config ${name}
-run_rc_command "$1"