[pkg-java] r2811 - branches/commons-daemon/feature/debian/src/native/unix/native

Marcus Better marcusb-guest at alioth.debian.org
Wed Nov 29 14:01:19 CET 2006


Author: marcusb-guest
Date: 2006-11-29 14:01:18 +0100 (Wed, 29 Nov 2006)
New Revision: 2811

Modified:
   branches/commons-daemon/feature/debian/src/native/unix/native/arguments.c
Log:
Nah, the -D parameter doesn't need to contain a '='.


Modified: branches/commons-daemon/feature/debian/src/native/unix/native/arguments.c
===================================================================
--- branches/commons-daemon/feature/debian/src/native/unix/native/arguments.c	2006-11-29 11:29:43 UTC (rev 2810)
+++ branches/commons-daemon/feature/debian/src/native/unix/native/arguments.c	2006-11-29 13:01:18 UTC (rev 2811)
@@ -181,9 +181,6 @@
 
         } else if (strstr(argv[x],"-D")==argv[x]) {
             temp=strchr(argv[x],'=');
-            if (temp==NULL) {
-                log_debug("Parameter -D must contain one '=' character");
-            }
             if (temp==argv[x]+2) {
                 log_error("A property name must be specified before '='");
                 return(NULL);




More information about the pkg-java-commits mailing list