Author: dnusinow
Date: 2005-10-06 19:00:11 -0500 (Thu, 06 Oct 2005)
New Revision: 666

Modified:
   trunk/debian/changelog
   trunk/debian/x11-common.preinst.in
Log:
* Add missing '-' before 'eq' in x11-common.preinst.in. Thanks Matthias
  Heinz. (closes: #332341)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2005-10-06 23:51:51 UTC (rev 665)
+++ trunk/debian/changelog      2005-10-07 00:00:11 UTC (rev 666)
@@ -10,8 +10,10 @@
   * Back out change from last revision that reset all debconf questions with
     "autodetect" in their name no matter what. This is unnecessary and only
     lead to annoyances. (closes: #332336)
+  * Add missing '-' before 'eq' in x11-common.preinst.in. Thanks Matthias
+    Heinz. (closes: #332341)
 
- -- David Nusinow <[EMAIL PROTECTED]>  Thu,  6 Oct 2005 19:48:30 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu,  6 Oct 2005 19:58:44 -0400
 
 xorg-x11 (6.8.2.dfsg.1-8) unstable; urgency=low
 

Modified: trunk/debian/x11-common.preinst.in
===================================================================
--- trunk/debian/x11-common.preinst.in  2005-10-06 23:51:51 UTC (rev 665)
+++ trunk/debian/x11-common.preinst.in  2005-10-07 00:00:11 UTC (rev 666)
@@ -47,7 +47,7 @@
   # been modified from the stable sarge version. If they have been modified, 
we 
   # don't do anything, but if they are untouched then we remove them to let 
the 
   # upgrade continue without errors
-  if [ "$2" eq "" ]; then
+  if [ "$2" -eq "" ]; then
     remove_conffile_prepare /etc/X11/Xresources/xfree86-common \
        a0f3911120c49038cb87607e3c545b90
     remove_conffile_prepare /etc/X11/Xsession \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to