Hi, On Thu, May 28, 2009 at 04:56:26PM +0200, Raoul Bhatia [IPAX] wrote: > hi, > > first, thanks for committing mysql-proxy. i am currently writing another > ra for postfix :)
Great. > meanwhile, i have the attached minor patch for you. Applied. Thanks, Dejan > > cheers, > raoul > -- > ____________________________________________________________________ > DI (FH) Raoul Bhatia M.Sc. email. [email protected] > Technischer Leiter > > IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at > Barawitzkagasse 10/2/2/11 email. [email protected] > 1190 Wien tel. +43 1 3670030 > FN 277995t HG Wien fax. +43 1 3670030 15 > ____________________________________________________________________ > --- mysql-proxy.old 2009-05-28 14:43:17.000000000 +0200 > +++ mysql-proxy 2009-05-28 16:51:33.000000000 +0200 > @@ -12,7 +12,7 @@ > # License: GNU General Public License (GPL) > # > # > -# usage: $0 {start|stop|status|monitor|validate-all|meta-data} > +# usage: $0 {start|stop|reload|status|monitor|validate-all|meta-data} > # > # The "start" arg starts a MySQL Proxy instance > # > @@ -237,7 +237,6 @@ mysqlproxy_start() > > mysqlproxy_stop() > { > - LA=`mysqlproxy_status` > if mysqlproxy_status ; then > #start-stop-daemon --stop --quiet --retry 3 --exec $binary --pidfile > $pidfile > /bin/kill `cat "${pidfile}"` > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
