gunnar: server/kolabd/kolabd/namespace kolab.in,1.3,1.4

cvs at kolab.org cvs at kolab.org
Fri Mar 30 13:49:04 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/namespace
In directory doto:/tmp/cvs-serv13771/kolabd/kolabd/namespace

Modified Files:
	kolab.in 
Log Message:
	* namespace/kolab.in (openpkg_tools_apipath): 

	Fixed --help call. See
	issue1680 (https://intevation.de/roundup/kolab/issue1680).

	Should fix
	issue1609 (https://intevation.de/roundup/kolab/issue1609)


Index: kolab.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/kolab.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolab.in	30 Dec 2005 10:25:21 -0000	1.3
+++ kolab.in	30 Mar 2007 11:49:02 -0000	1.4
@@ -165,7 +165,7 @@
 		    	#Try to get help
 			hashelp=`grep HASHELP ${openpkg_tools_cmdpath}/${name}`
 			if [ ".$hashelp" != "." ]; then
-				helpstring=`${openpkg_tools_cmdpath}/${name} --showhelp`
+				helpstring=`${openpkg_tools_cmdpath}/${name} --help`
 			fi
 			if [ ".$helpstring" = "." ]; then
 	                        echo "${name}" | awk '{ printf("  %-15s (no help provided)\n", $0); }'





More information about the commits mailing list