[med-svn] r922 - in trunk/packages/gnumed-client/trunk/debian: . tools

tille at alioth.debian.org tille at alioth.debian.org
Fri Dec 21 20:51:33 UTC 2007


Author: tille
Date: 2007-12-21 20:51:33 +0000 (Fri, 21 Dec 2007)
New Revision: 922

Modified:
   trunk/packages/gnumed-client/trunk/debian/changelog
   trunk/packages/gnumed-client/trunk/debian/tools/gnumed
Log:
Fix GNUmed wrapper script


Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog	2007-12-20 20:59:17 UTC (rev 921)
+++ trunk/packages/gnumed-client/trunk/debian/changelog	2007-12-21 20:51:33 UTC (rev 922)
@@ -6,6 +6,7 @@
     Kumar Appaiah <akumar at ee.iitm.ac.in>)
     Closes: #455111
   * Depends: python-gnuplot
+  * debian/tools/gnumed: Fix to use correct config file
 
   [ Charles Plessy ]
   * XS-DM-Upload-Allowed: Yes

Modified: trunk/packages/gnumed-client/trunk/debian/tools/gnumed
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/tools/gnumed	2007-12-20 20:59:17 UTC (rev 921)
+++ trunk/packages/gnumed-client/trunk/debian/tools/gnumed	2007-12-21 20:51:33 UTC (rev 922)
@@ -50,7 +50,7 @@
 	OPTIONS=`echo $OPTIONS | sed -e 's/--conf-file[[:space:]]*=[[:space:]]*[^[:space:]]\+//'`
 else
 	# copy global config file to user directory because /etc/gnumed is not writable
-	if [ ! -s ${HOME}/.gnumed/${name}.conf ] ; then
+	if [ ! -e ${HOME}/.gnumed/${name}.conf ] ; then
     		if [ ! -e ${SYSCONF} ] ; then
 			echo "Global config file ${SYSCONF} missing."
 			exit -1




More information about the debian-med-commit mailing list