summaryrefslogtreecommitdiff
path: root/devel/oozie/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oozie/files')
-rw-r--r--devel/oozie/files/oozied.in31
-rw-r--r--devel/oozie/files/patch-core-src-main-conf-oozie-env.sh12
-rw-r--r--devel/oozie/files/pkg-message.in8
3 files changed, 0 insertions, 51 deletions
diff --git a/devel/oozie/files/oozied.in b/devel/oozie/files/oozied.in
deleted file mode 100644
index 4a17073998c4..000000000000
--- a/devel/oozie/files/oozied.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: oozied
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# oozied_enable (bool): Set to NO by default.
-# Set it to YES to enable oozied.
-
-. /etc/rc.subr
-
-export PATH=${PATH}:%%LOCALBASE%%/bin
-name=oozied
-rcvar=oozied_enable
-pidfile=%%OOZIE_RUNDIR%%/${name}.pid
-
-load_rc_config "${name}"
-
-: ${oozied_enable:=NO}
-oozied_user=%%OOZIE_USER%%
-
-command="%%PREFIX%%/oozie/bin/oozied.sh"
-command_args="start"
-
-oozied_stop () {
- ${command} stop
-}
-
-run_rc_command "$1"
diff --git a/devel/oozie/files/patch-core-src-main-conf-oozie-env.sh b/devel/oozie/files/patch-core-src-main-conf-oozie-env.sh
deleted file mode 100644
index 6a0d10f2e241..000000000000
--- a/devel/oozie/files/patch-core-src-main-conf-oozie-env.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- core/src/main/conf/oozie-env.sh.orig 2015-03-27 17:06:07.572531000 +0300
-+++ core/src/main/conf/oozie-env.sh 2015-04-03 17:10:18.975464000 +0300
-@@ -30,7 +30,8 @@
-
- # Oozie logs directory
- #
--# export OOZIE_LOG=${OOZIE_HOME}/logs
-+export OOZIE_LOG=%%OOZIE_LOGDIR%%
-+export CATALINA_PID=%%OOZIE_RUNDIR%%/oozied.pid
-
- # Oozie Log4J configuration file to load from Oozie configuration directory
- #
diff --git a/devel/oozie/files/pkg-message.in b/devel/oozie/files/pkg-message.in
deleted file mode 100644
index 912b6912c9e7..000000000000
--- a/devel/oozie/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Oozie was installed into %%PREFIX%%/oozie directory. Consider adding
-%%PREFIX%%/oozie/bin to your $PATH.
-EOM
-}
-]