Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26660/runtime
Modified Files:
Tag: M5XQ
pathfinder.mx
Log Message:
propagated changes of Wednesday May 27 2009
from the development trunk to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/27 - sjoerd: runtime/pathfinder.mx,1.461
propagated changes of Wednesday May 27 2009
from the May2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/27 - sjoerd: runtime/pathfinder.mx,1.459.2.2
Use run time prefix if possible for xrpc_docroot.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.458.2.2
retrieving revision 1.458.2.3
diff -u -d -r1.458.2.2 -r1.458.2.3
--- pathfinder.mx 18 May 2009 15:24:58 -0000 1.458.2.2
+++ pathfinder.mx 27 May 2009 13:56:34 -0000 1.458.2.3
@@ -6476,9 +6476,10 @@
}
if (GDKgetenv("xrpc_docroot") == NULL) {
+ char *prefix = GDKgetenv("prefix");
char xrpc_docroot[1024];
snprintf(xrpc_docroot, 1024, "%s%cshare%cMonetDB%cxrpc",
- PATHFINDER_PREFIX, DIR_SEP, DIR_SEP, DIR_SEP);
+ prefix ? prefix : PATHFINDER_PREFIX, DIR_SEP, DIR_SEP,
DIR_SEP);
GDKsetenv("xrpc_docroot",xrpc_docroot);
}
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins