SOURCES: hsqldb-pld.patch - more pldize

glen glen at pld-linux.org
Thu Mar 1 23:32:07 CET 2007


Author: glen                         Date: Thu Mar  1 22:32:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more pldize

---- Files affected:
SOURCES:
   hsqldb-pld.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/hsqldb-pld.patch
diff -u SOURCES/hsqldb-pld.patch:1.3 SOURCES/hsqldb-pld.patch:1.4
--- SOURCES/hsqldb-pld.patch:1.3	Thu Mar  1 23:29:59 2007
+++ SOURCES/hsqldb-pld.patch	Thu Mar  1 23:32:02 2007
@@ -1,5 +1,5 @@
---- hsqldb/bin/hsqldb	2007-03-02 00:22:17.468759551 +0200
-+++ hsqldb/bin/hsqldb	2007-03-02 00:28:05.686547133 +0200
+--- hsqldb/bin/hsqldb	2007-03-02 00:28:05.686547133 +0200
++++ hsqldb/bin/hsqldb	2007-03-02 00:30:46.810152595 +0200
 @@ -89,6 +89,8 @@
  
  #  -- blaine.simpson at admc.com
@@ -14,7 +14,7 @@
  [ -n "$INVOC_PATH" ] && INVOC_PATH="${INVOC_PATH}/"
  
 -SYNTAX_MSG="SYNTAX:  ${INVOC_PATH}hsqldb start|stop|stopcompact|restart|restartcmpacted|status"
-+SYNTAX_MSG="$0 start|stop|stopcompact|restart|restartcmpacted|status"
++SYNTAX_MSG="$0 {start|stop|stopcompact|restart|restartcmpacted|status}"
  
  # You can override any of these default values in your config file:
  
@@ -147,8 +147,9 @@
      ;;
      *)
 -        echo "$SYNTAX_MSG" 1>&2
+-        exit 5
 +        msg_usage "$SYNTAX_MSG"
-         exit 5
++        exit 3
      ;;
  esac
 +
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/hsqldb-pld.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list