[mnet-devel] Re: [mnet-cvs]turn on mojohttpd by default on non-win32; this is needed ...
Arno Waschk
arnowaschk at t-online.de
Wed Feb 18 08:39:02 GMT 2004
why different behaviour on w32?
On Tue, 17 Feb 2004 23:27:53 -0800, Zooko O'Whielacronx
<zooko at users.sourceforge.net> wrote:
> Update of /cvsroot/mnet/mnet/common
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6603/common
>
> Modified Files:
> BrokerVersion.py mojostd.py
> Log Message:
> * turn on mojohttpd by default on non-win32; this is needed for the
> "cmd*" tools like cmdpub to work without changing the broker.conf file
> first; vernum bump -> Mnet v0.6.2.362-STABLE
>
> Index: BrokerVersion.py
> ===================================================================
> RCS file: /cvsroot/mnet/mnet/common/BrokerVersion.py,v
> retrieving revision 1.435
> retrieving revision 1.436
> diff -u -d -r1.435 -r1.436
> --- BrokerVersion.py 18 Feb 2004 07:24:11 -0000 1.435
> +++ BrokerVersion.py 18 Feb 2004 07:27:50 -0000 1.436
> @@ -24,7 +24,7 @@
> major = 0 # this will go to `1' when it is ready for widespread public
> use !?
> minor = 6 # release number
> micro = 2 # bugfix release number
> -nano = 361 # everytime a developer changes anything that anyone might
> care about, he bumps this one
> +nano = 362 # everytime a developer changes anything that anyone might
> care about, he bumps this one
> flag = "STABLE"
>
> versiontup = (major, minor, micro, nano,)
>
> Index: mojostd.py
> ===================================================================
> RCS file: /cvsroot/mnet/mnet/common/mojostd.py,v
> retrieving revision 1.61
> retrieving revision 1.62
> diff -u -d -r1.61 -r1.62
> --- mojostd.py 18 Feb 2004 07:24:11 -0000 1.61
> +++ mojostd.py 18 Feb 2004 07:27:50 -0000 1.62
> @@ -1159,7 +1159,7 @@
> # these specify which services the Broker should run
> "YES_NO": {
> # for Server Settings
> - "RUN_LOCALHOST_GATEWAY": "no",
> + "RUN_LOCALHOST_GATEWAY": "yes", # This gets set to "no"
> if platform is win32, below. --Zooko 2004-12-17
> "RUN_WXBROKER": "yes",
> "RUN_META_TRACKER": "no",
> "RUN_BLOCK_SERVER": "no",
> @@ -1446,6 +1446,8 @@
>
> confdefaults["EXTENSION_MODS"] = {} # A list of extension mods.
>
> +if platform == 'win32':
> + confdefaults['YES_NO']['RUN_LOCALHOST_GATEWAY'] = "no"
>
>
> ### Exceptions:
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> mnet-cvs mailing list
> mnet-cvs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mnet-cvs
>
--
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel
More information about the Mnet-devel
mailing list