Updated Branches: refs/heads/master 4cfbe5cf8 -> 1df520c8e
debian: Remove the Console Proxy Signed-off-by: Wido den Hollander <[email protected]> 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 <[email protected]> Authored: Mon Jun 4 20:54:20 2012 +0200 Committer: David Nalley <[email protected]> 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
