about summary refs log tree commit homepage
path: root/bin/mongrel_rails_service
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mongrel_rails_service')
-rw-r--r--bin/mongrel_rails_service8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/mongrel_rails_service b/bin/mongrel_rails_service
index 8609890..a82546e 100644
--- a/bin/mongrel_rails_service
+++ b/bin/mongrel_rails_service
@@ -31,7 +31,7 @@ module GenericCommand
 end
 
 class Install < Mongrel::Plugin "/commands"
-  include Mongrel::Command::Command
+  include Mongrel::Command::Base
 
   # Default every option to nil so only the defined ones get passed to service
   # (which will override ServiceCommand defaults).
@@ -175,7 +175,7 @@ class Install < Mongrel::Plugin "/commands"
 end
 
 class Delete < Mongrel::Plugin "/commands"
-  include Mongrel::Command::Command
+  include Mongrel::Command::Base
   include GenericCommand
 
   def run
@@ -194,7 +194,7 @@ class Delete < Mongrel::Plugin "/commands"
 end
 
 class Start < Mongrel::Plugin "/commands"
-  include Mongrel::Command::Command
+  include Mongrel::Command::Base
   include GenericCommand
   
   def run
@@ -219,7 +219,7 @@ class Start < Mongrel::Plugin "/commands"
 end
 
 class Stop < Mongrel::Plugin "/commands"
-  include Mongrel::Command::Command
+  include Mongrel::Command::Base
   include GenericCommand
   
   def run