Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7794

Modified Files:
        mchkpnt mrecover 
Log Message:
Approved output


Index: mchkpnt
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mchkpnt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mchkpnt     19 Aug 2007 09:49:51 -0000      1.12
+++ mchkpnt     19 Aug 2007 20:25:14 -0000      1.13
@@ -42,6 +42,12 @@
 shopt -s expand_aliases
 alias die='diefunc "$LINENO" "$?"'
 
+case "$1" in
+       --help)
+       usage 
+       ;;
+esac
+
 DBFARM=$MONETDB5_PREFIX/var/MonetDB5/dbfarm
 DBLOGS=$MONETDB5_PREFIX/var/MonetDB5/dblogs
 CHKPNTDIR=$MONETDB5_PREFIX/var/MonetDB5/chkpnt

Index: mrecover
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mrecover,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mrecover    19 Aug 2007 09:49:51 -0000      1.10
+++ mrecover    19 Aug 2007 20:25:14 -0000      1.11
@@ -47,6 +47,12 @@
 CHKPNTDIR=$MONETDB5_PREFIX/var/MonetDB5/chkpnt
 TAG=""
 
+case "$1" in
+       --help)
+       usage 
+       ;;
+esac
+
 # First perform some sanity checks
 [[ -z "$MONETDB5_PREFIX" ]] && die \
 "The MONETDB5_PREFIX environment variable has not been set.\n\


-------------------------------------------------------------------------
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