This has been pushed into my github repo and will make it to prod when I push out the next release which should be soonish.
On Sun, Mar 29, 2009 at 2:02 PM, Justin Venus <[email protected]> wrote: > > --- > client/sinan | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/client/sinan b/client/sinan > index 9b83d3b..83a4d11 100755 > --- a/client/sinan > +++ b/client/sinan > @@ -11,12 +11,16 @@ from libsinan import sinexceptions > > CONNECTION_REFUSED = 111 > MAC_CONNECTION_REFUSED = 61 > +SUN_CONNECTION_REFUSED = 128 > > VERSION = "0.13.0.1" > > if platform.system() == 'Darwin': > CONNECTION_REFUSED = MAC_CONNECTION_REFUSED > > +if platform.system() == 'SunOS': > + CONNECTION_REFUSED = SUN_CONNECTION_REFUSED > + > def start_server(largs): > """ Start the server. Use the 'server_command' client > opt if it exists, otherwise just use 'sinserv' on the path """ > -- > 1.6.0.6 > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en -~----------~----~----~----~------~----~------~--~---
