[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r2114 - in trunk/debian: . local



Author: branden
Date: 2005-01-05 12:43:38 -0500 (Wed, 05 Jan 2005)
New Revision: 2114

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
   trunk/debian/local/xvfb-run
Log:
Remove spurious quotes from variable expansions of $XVFBARGS and
$LISTENTCP in xvfb-run.  Thanks to Jeff Lessem for the patch!
(Closes:# 286181)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-01-04 10:46:09 UTC (rev 2113)
+++ trunk/debian/CHANGESETS	2005-01-05 17:43:38 UTC (rev 2114)
@@ -78,4 +78,9 @@
 have with XKB's "fake keys".
     2110, 2113
 
+Remove spurious quotes from variable expansions of $XVFBARGS and
+$LISTENTCP in xvfb-run.  Thanks to Jeff Lessem for the patch!
+(Closes:# 286181)
+    2114
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-01-04 10:46:09 UTC (rev 2113)
+++ trunk/debian/changelog	2005-01-05 17:43:38 UTC (rev 2114)
@@ -61,8 +61,12 @@
   * Update information in the FAQ regarding problems GNU Emacs and Sawfish
     have with XKB's "fake keys".
 
- -- Branden Robinson <branden@debian.org>  Fri, 31 Dec 2004 04:47:59 -0500
+  * Remove spurious quotes from variable expansions of $XVFBARGS and
+    $LISTENTCP in xvfb-run.  Thanks to Jeff Lessem for the patch!
+    (Closes:# 286181)
 
+ -- Branden Robinson <branden@debian.org>  Wed,  5 Jan 2005 12:41:05 -0500
+
 xfree86 (4.3.0.dfsg.1-10) unstable; urgency=medium
 
   * Upload urgency set to medium due to fix for stable-release-critical bugs

Modified: trunk/debian/local/xvfb-run
===================================================================
--- trunk/debian/local/xvfb-run	2005-01-04 10:46:09 UTC (rev 2113)
+++ trunk/debian/local/xvfb-run	2005-01-05 17:43:38 UTC (rev 2114)
@@ -140,7 +140,7 @@
 MCOOKIE=$(mcookie)
 XAUTHORITY=$AUTHFILE xauth add ":$SERVERNUM" "$XAUTHPROTO" "$MCOOKIE" \
   >"$ERRORFILE" 2>&1
-XAUTHORITY=$AUTHFILE Xvfb ":$SERVERNUM" "$XVFBARGS" "$LISTENTCP" >"$ERRORFILE" \
+XAUTHORITY=$AUTHFILE Xvfb ":$SERVERNUM" $XVFBARGS $LISTENTCP >"$ERRORFILE" \
   2>&1 &
 XVFBPID=$!
 sleep "$STARTWAIT"



Reply to: