You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ma...@apache.org on 2013/10/18 20:26:18 UTC

git commit: Addendum to BIGTOP-1096. Correcting location of Oozie Tomcat deployment on Debian

Updated Branches:
  refs/heads/master d1ca16874 -> 160478330


Addendum to BIGTOP-1096. Correcting location of Oozie Tomcat deployment on Debian


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/16047833
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/16047833
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/16047833

Branch: refs/heads/master
Commit: 16047833020ac277ec0de41412a28e9a9d102bca
Parents: d1ca168
Author: Sean Mackrory <ma...@gmail.com>
Authored: Fri Oct 18 08:20:23 2013 -0700
Committer: Sean Mackrory <ma...@gmail.com>
Committed: Fri Oct 18 10:57:50 2013 -0700

----------------------------------------------------------------------
 bigtop-packages/src/deb/oozie/oozie.prerm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/16047833/bigtop-packages/src/deb/oozie/oozie.prerm
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/oozie/oozie.prerm b/bigtop-packages/src/deb/oozie/oozie.prerm
index c013108..d27f26b 100644
--- a/bigtop-packages/src/deb/oozie/oozie.prerm
+++ b/bigtop-packages/src/deb/oozie/oozie.prerm
@@ -39,11 +39,8 @@ set -e
 
 case "$1" in
     remove|upgrade|deconfigure)
-      conf_tomcat=/etc/oozie/conf/tomcat-deployment
-
       update-alternatives --remove oozie-conf /etc/oozie/conf.dist || :
-      update-alternatives --remove oozie-tomcat-conf ${conf_tomcat}.http || :
-      update-alternatives --remove oozie-tomcat-conf ${conf_tomcat}.https || :
+      update-alternatives --remove-all oozie-tomcat-conf || :
     ;;
 
     failed-upgrade)