summaryrefslogtreecommitdiffstats
path: root/cloud/bin
diff options
context:
space:
mode:
authorroot <root@hackathon1-repo.usersys.redhat.com>2008-06-19 15:36:54 -0400
committerroot <root@hackathon1-repo.usersys.redhat.com>2008-06-19 15:36:54 -0400
commitcf796141ac01c866e81663f20699ccd56ce2d50b (patch)
tree9061bb3c95d638bfed4d880db21e49f9f36cf1ec /cloud/bin
parent4f244d65c5c2e4ffb4b38e00baa5f83de89c20d8 (diff)
Moved the cloud daemon to cloudmasterd to give it a better name
Diffstat (limited to 'cloud/bin')
-rw-r--r--cloud/bin/cloud14
-rw-r--r--cloud/bin/cloud-ctl8
2 files changed, 0 insertions, 22 deletions
diff --git a/cloud/bin/cloud b/cloud/bin/cloud
deleted file mode 100644
index ff14dc9..0000000
--- a/cloud/bin/cloud
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env ruby
-#
-# Created by Brenton Leanhardt on 2008-4-9.
-# Copyright (c) 2008. All rights reserved.
-
-require 'rubygems'
-require 'picnic/cli'
-
-cli = Picnic::Cli.new(
- 'cloud',
- :app_path => File.expand_path(File.dirname(File.expand_path(__FILE__)))
-)
-
-cli.handle_cli_input
diff --git a/cloud/bin/cloud-ctl b/cloud/bin/cloud-ctl
deleted file mode 100644
index b38a487..0000000
--- a/cloud/bin/cloud-ctl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-
-require 'rubygems'
-require 'picnic/service_control'
-
-ctl = Picnic::ServiceControl.new('cloud')
-
-ctl.handle_cli_input