Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2145/MonetDB/src/testing

Modified Files:
        MkillUsers.in README 
Log Message:

With a complete feature release of all MonetDB related packages ahead,
there is no need any more to keep the old "MapiClient" next to the new "mclient"
for back-ward compatibility.

To clean-up the code base, we rename all relevant remaining occurances
of "MapiClient" into "mclient" and remove redundant copies,
trying to maintain/achieve consistency with minimal code changes
and minimal file renaming.


Still to do: the ./NT/ directories;
Sjoerd agreed on taking care of them.


Index: README
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/README,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- README      30 Aug 2007 00:07:33 -0000      1.38
+++ README      30 Aug 2007 12:35:37 -0000      1.39
@@ -245,7 +245,7 @@
        MONETDB_MOD_PATH        
$MONETDB_PREFIX/lib(64);MONETDB_PREFIX/lib(64)/Monet
 
     The setting of all these environment variables maybe overruled
-    by commandline options with the same names, e.g., 
"--MILCLIENT=MapiClient.py".
+    by commandline options with the same names, e.g., "--MILCLIENT=mclient.py".
 
     NOTE: 
     All paths must be given as ABSOLUTE PHYSICAL PATHS (see "IMPORTANT NOTE"

Index: MkillUsers.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/MkillUsers.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- MkillUsers.in       22 Aug 2007 06:21:57 -0000      1.27
+++ MkillUsers.in       30 Aug 2007 12:35:37 -0000      1.28
@@ -93,7 +93,7 @@
 if [   "$TEMPLATE_BUILD" ] ; then BINPATH="$BINPATH   
$TEMPLATE_BUILD/src/tools   $TEMPLATE_BUILD/src/tools/.libs" ; fi
 if [ "$PATHFINDER_BUILD" ] ; then BINPATH="$BINPATH 
$PATHFINDER_BUILD/src/tools $PATHFINDER_BUILD/src/tools/.libs" ; fi
 for b in $BINPATH ; do
-       files="$files `ls $b/* 2>/dev/null | egrep 
'/(mserver5|Mserver|MapiClient|mclient|MapiClient\.py|Mdiff|Mlog|Mtimeout|pf)$'`"
+       files="$files `ls $b/* 2>/dev/null | egrep 
'/(mserver5|Mserver|mclient|mclient\.py|Mdiff|Mlog|Mtimeout|pf)$'`"
 done
 
 case `uname` in


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to