Juan Hernandez has uploaded a new change for review. Change subject: packaging: Dont use /etc/java/java.conf ......................................................................
packaging: Dont use /etc/java/java.conf The JAVA_HOME environment variable is defined in the history_service.sh script, and comes from /etc/sysconfig/ovirt-engine, so it is confusing for users if we also get it from /etc/java/java.conf. Change-Id: I4fc47a9e3b24d7a90a0ea919da53ec63144b9d86 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M data-warehouse/history_etl/history_service/ovirt-engine-dwhd 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/72/10272/1 diff --git a/data-warehouse/history_etl/history_service/ovirt-engine-dwhd b/data-warehouse/history_etl/history_service/ovirt-engine-dwhd index dbf9b31..69fb601 100644 --- a/data-warehouse/history_etl/history_service/ovirt-engine-dwhd +++ b/data-warehouse/history_etl/history_service/ovirt-engine-dwhd @@ -30,9 +30,6 @@ PID_FOLDER=/var/run/ovirt-engine/ LOG_FOLDER=/var/log/ovirt-engine/ -[ -r /etc/java/java.conf ] && . /etc/java/java.conf -export JAVA_HOME - #create the log directory if [ ! -d LOG_FOLDER ]; then mkdir -p $LOG_FOLDER > /dev/null 2>&1 -- To view, visit http://gerrit.ovirt.org/10272 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4fc47a9e3b24d7a90a0ea919da53ec63144b9d86 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches