Author: barbier
Date: 2006-09-27 15:01:36 -0400 (Wed, 27 Sep 2006)
New Revision: 3521

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
Log:
Fix xserver-xorg.postinst, it could hang.
Closes: #388568  Thanks Bas Wijnen.


Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog  2006-09-27 17:45:10 UTC (rev 3520)
+++ trunk/debian/xorg/debian/changelog  2006-09-27 19:01:36 UTC (rev 3521)
@@ -12,9 +12,10 @@
 
   [ Denis Barbier ]
   * Fix handling of "Generic Video Card" and "Generic Monitor" strings
-    in xserver-xorg.{config,postinst}, previous changes were buggy and
-    these scripts could enter an endless loop.
+    in xserver-xorg.{config,postinst}, previous changes were buggy.
     Closes: #389506  Thanks Joshua Kwan.
+  * Fix xserver-xorg.postinst, it could hang.
+    Closes: #388568  Thanks Bas Wijnen.
 
  -- Steve Langasek <[EMAIL PROTECTED]>  Thu, 21 Sep 2006 15:05:29 -0700
 

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-09-27 17:45:10 UTC 
(rev 3520)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-09-27 19:01:36 UTC 
(rev 3521)
@@ -55,7 +55,7 @@
   SAFE="$RET"
   set +e
   while :; do
-    db_input "$PRIORITY" "$TEMPLATE" || debug_echo "v_s_d_i/db_input $PRIORITY 
$TEMPLATE"
+    db_input "$PRIORITY" "$TEMPLATE"
     # is the question going to be asked?
     if [ $? -eq 30 ]; then
       break # no; bail out of validation loop


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

Reply via email to