> 5) Flaunch.ini: > > [Freenet Launcher] > # Javaexec should point to your Java Runtime binary (jview.exe or java.exe) > javaexec=c:\Program Files\JavaSoft\JRE\1.3\bin\java.exe > javaw=c:\Program Files\JavaSoft\JRE\1.3\bin\javaw.exe > > # Commands to be executed by Java > frequest=Freenet.client.RequestClient -serverAddress tcp/127.0.0.1:11722 > finsert=Freenet.client.InsertClient -serverAddress tcp/127.0.0.1:11722 > fserve=Freenet.node.gui.GUINode > fproxy=Freenet.contrib.fproxy.ProxyServer -htl 25 -serverAddress > tcp/127.0.0.1:11722 > fconfig=Freenet.node.gui.Config > freenet.inifservecli=Freenet.node.Nodecfgnode=Freenet.scripts.Setup > freenet.ini
What the *fuck* is going on with that last line there? This one behemoth (starting at "fconfig=") should be THREE separate lines: fconfig=Freenet.node.gui.Config freenet.ini fservecli=Freenet.node.Node cfgnode=Freenet.scripts.Setup setup.ini I just noticed I get that too with the 0.3.9.1-2 installer. Is this an horrendous installer fuckup? Sebastian - the copy *in* CVS seems ok so is this a prb with the Nullsoft install maker? Note for the timid - it doesn't affect the running of freenet.exe because it will ignore these lines of barf and fall back to working defaults. But it needs to be fixed for the release. Dave _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
