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

X Strike Force X.Org X11 SVN commit: r107 - trunk/debian



Author: dnusinow
Date: 2005-05-16 22:07:13 -0500 (Mon, 16 May 2005)
New Revision: 107

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-common.config.in
Log:
Merge changes from xfree tree in to xserver-common.config.in

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-05-17 02:50:13 UTC (rev 106)
+++ trunk/debian/changelog	2005-05-17 03:07:13 UTC (rev 107)
@@ -17,6 +17,7 @@
         - Comment out lsb stuff for now, since Debian can't guarantee it.
           Replace logging with echo's like in xfree script.
       - Re-add Branden's copyright to xfs.init
+      - Merge changes from xfree tree in to xserver-common.config.in
 
     - Re-add jisx0208.1983-0.enc.gz to MANIFEST.all's list of font encodings
       until I know more about why it was removed.

Modified: trunk/debian/xserver-common.config.in
===================================================================
--- trunk/debian/xserver-common.config.in	2005-05-17 02:50:13 UTC (rev 106)
+++ trunk/debian/xserver-common.config.in	2005-05-17 03:07:13 UTC (rev 107)
@@ -61,7 +61,10 @@
 }
 
 validate_nice_value () {
-  local retval
+  # Sadly, the "local" keyword is not POSIX.  Leave the next line commented in
+  # the hope Debian Policy eventually changes to allow it in /bin/sh scripts
+  # anyway.
+  #local retval
 
   retval=1
   # first, try to subtract number from itself to validate numeric input



Reply to: