Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26911

Modified Files:
        Makefile.ag 
Added Files:
        RunMserver.in 
Log Message:
Added RunMserver script.

--- NEW FILE: RunMserver.in ---
#!/bin/sh

# The contents of this file are subject to the MonetDB Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is the MonetDB Database System.
#
# The Initial Developer of the Original Code is CWI.
# Portions created by CWI are Copyright (C) 1997-2007 CWI.
# All Rights Reserved.

[EMAIL PROTECTED]@

# where compiled modules are to be found
MOD_PATH="${builddir}/runtime/.libs:${builddir}/runtime:${builddir}/modules/pftijah/.libs:${builddir}/modules/pftijah:`monetdb4-config
 --modpath`"

exec Mserver --set monet_mod_path="${MOD_PATH}" --dbfarm="${builddir}/dbfarm" 
${1+"$@"}

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/Makefile.ag,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.ag 1 Jun 2007 13:20:47 -0000       1.28
+++ Makefile.ag 14 Aug 2007 12:17:17 -0000      1.29
@@ -26,6 +26,7 @@
 
 EXTRA_DIST = extra.mk.in RunMtest.in RunMtest.bat.in \
                RunMapprove.in RunMapprove.bat.in \
+               RunMserver.in RunMserver.bat.in \
                MonetDB-XQuery.spec.in MonetDB-XQuery.spec rpm.mk.in 
 EXTRA_DIST_DIR = NT tests benchmarks 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to