You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2009/05/07 09:29:07 UTC

svn commit: r772531 - /db/jdo/bin/sign-directory

Author: andyj
Date: Thu May  7 07:29:06 2009
New Revision: 772531

URL: http://svn.apache.org/viewvc?rev=772531&view=rev
Log:
update linux info

Modified:
    db/jdo/bin/sign-directory

Modified: db/jdo/bin/sign-directory
URL: http://svn.apache.org/viewvc/db/jdo/bin/sign-directory?rev=772531&r1=772530&r2=772531&view=diff
==============================================================================
--- db/jdo/bin/sign-directory (original)
+++ db/jdo/bin/sign-directory Thu May  7 07:29:06 2009
@@ -11,9 +11,8 @@
 FIND=c:/cygwin/bin/find
 
 # md5
-# Use these two lines for linux md5
-#MD5_CMD=md5
-#MD5_OPTS=-q
+# Use this line for linux
+#MD5_CMD=md5sum
 # Use these two lines for http://www.fourmilab.ch/md5/
 MD5_CMD=md5
 MD5_OPTS="-l -n"