To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67361





------- Additional comments from [EMAIL PROTECTED] Fri Aug  4 08:12:18 -0700 
2006 -------
Sorry for the delay. I just tried this out with (note: I anonymised concrete
addresses):

> soffice "-accept=socket,host=127.0.0.1,port=7777;urp;"
> netstat -an | grep 7777
tcp        0      0 127.0.0.1:7777          0.0.0.0:*               LISTEN

> soffice "-accept=socket,host=aa.bb.cc.dd,port=8888;urp;"
> netstat -an | grep 8888
tcp        0      0 aa.bb.cc.dd:8888     0.0.0.0:*               LISTEN

> soffice "-accept=socket,host=0,port=9999;urp;"
> netstat -an | grep 9999
tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN

> soffice "-accept=socket,host=myhost,port=10000;urp;"
> netstat -an | grep 10000
tcp        0      0 IP(myhost):10000       0.0.0.0:*               LISTEN

So, it seems to work as expected ...


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to