Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created November 16, 2010 19:37
Show Gist options
  • Save cbrunnkvist/702349 to your computer and use it in GitHub Desktop.
Save cbrunnkvist/702349 to your computer and use it in GitHub Desktop.
mongrel_cluster-1.0.5/bin/mongrel_cluster_ctl Ruby 1.9(.2) compatibility patch
53c53
< when "start":
---
> when "start"
56c56
< when "stop":
---
> when "stop"
59c59
< when "restart":
---
> when "restart"
63c63
< when "status":
---
> when "status"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment