Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8022976D for ; Tue, 5 Jun 2012 03:42:45 +0000 (UTC) Received: (qmail 14567 invoked by uid 500); 5 Jun 2012 03:42:44 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 14312 invoked by uid 500); 5 Jun 2012 03:42:33 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 14274 invoked by uid 99); 5 Jun 2012 03:42:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 03:42:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4D5BDFE74; Tue, 5 Jun 2012 03:42:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ke4qqq@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: debian: Remove the Console Proxy Message-Id: <20120605034231.4D5BDFE74@tyr.zones.apache.org> Date: Tue, 5 Jun 2012 03:42:31 +0000 (UTC) Updated Branches: refs/heads/master 4cfbe5cf8 -> 1df520c8e debian: Remove the Console Proxy Signed-off-by: Wido den Hollander Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1df520c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1df520c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1df520c8 Branch: refs/heads/master Commit: 1df520c8e4310776094c7d0a6338b5d676208536 Parents: 0131f96 Author: Wido den Hollander Authored: Mon Jun 4 20:54:20 2012 +0200 Committer: David Nalley Committed: Mon Jun 4 23:41:40 2012 -0400 ---------------------------------------------------------------------- debian/cloud-console-proxy.install | 9 --------- debian/cloud-console-proxy.postinst | 18 ------------------ debian/control | 10 +--------- 3 files changed, 1 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1df520c8/debian/cloud-console-proxy.install ---------------------------------------------------------------------- diff --git a/debian/cloud-console-proxy.install b/debian/cloud-console-proxy.install deleted file mode 100644 index 65af05f..0000000 --- a/debian/cloud-console-proxy.install +++ /dev/null @@ -1,9 +0,0 @@ -/usr/share/java/cloud-console*.jar -/etc/cloud/console-proxy/agent.properties -/etc/cloud/console-proxy/consoleproxy.properties -/etc/cloud/console-proxy/log4j-cloud.xml -/etc/init.d/cloud-console-proxy -/usr/bin/console-proxy-runner -/usr/bin/cloud-setup-console-proxy -/usr/lib/cloud/console-proxy/* -/var/log/cloud/console-proxy http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1df520c8/debian/cloud-console-proxy.postinst ---------------------------------------------------------------------- diff --git a/debian/cloud-console-proxy.postinst b/debian/cloud-console-proxy.postinst deleted file mode 100644 index ea72747..0000000 --- a/debian/cloud-console-proxy.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -e - -case "$1" in - configure) - - for i in /var/log/cloud/console-proxy - do - chmod 0770 $i - done - - if [ "$2" = "" ] ; then # no recently configured version, this is a first install - /usr/sbin/update-rc.d cloud-console-proxy defaults || true - fi - - ;; -esac - -#DEBHELPER# \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1df520c8/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 32272f6..c5c2eb8 100644 --- a/debian/control +++ b/debian/control @@ -135,8 +135,7 @@ Package: cloud-agent-libs Architecture: any Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), libcommons-httpclient-java, libcommons-collections-java, libcommons-dbcp-java, libcommons-pool-java, libcommons-logging-java Description: CloudStack agent libraries - The CloudStack agent libraries are used by the Cloud Agent and the Cloud - Console Proxy. + The CloudStack agent libraries are used by the Cloud Agent. Package: cloud-agent Provides: vmops-agent @@ -156,13 +155,6 @@ Description: CloudStack system iso a CloudStack Cloud Stack-powered cloud. Install this package if this computer will participate in your cloud. -Package: cloud-console-proxy -Architecture: any -Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), cloud-agent-libs (= ${source:Version}), python, cloud-python (= ${source:Version}), libcommons-httpclient-java, libcommons-collections-java, libcommons-dbcp-java, libcommons-pool-java, libcommons-logging-java, cloud-daemonize, sysvinit-utils, chkconfig, augeas-tools, uuid-runtime, grep, iproute -Description: CloudStack console proxy - The CloudStack console proxy is the service in charge of granting console - access into virtual machines managed by the CloudStack CloudStack. - Package: cloud-usage Provides: vmops-usage Conflicts: vmops-usage