Nice catch! I'll fix for the next one. I think there are too many ways 
to do the same thing! (mongrel_rails cluster::, mongrel_cluster_ctl, 
capistrano, init.d/mongrel_cluster).

Thanks,
Bradley

Joey Geiger wrote:
> Um, I just looked at the new mongrel_cluster control file for init.d
> and noticed that the
> restart and status options are the same thing.
> 
> 
>     restart)
>       mongrel_cluster_ctl restart -c $CONF_DIR
>       RETVAL=$?
>   ;;
>     status)
>       mongrel_cluster_ctl restart -c $CONF_DIR
>       RETVAL=$?
>   ;;
> 
> Need to change the status command to, well status...
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to