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

X Strike Force X.Org X11 SVN commit: r889 - in trunk/debian: . local



Author: dnusinow
Date: 2005-11-23 14:22:02 -0500 (Wed, 23 Nov 2005)
New Revision: 889

Modified:
   trunk/debian/changelog
   trunk/debian/local/Xsession
Log:
* Change ls to /bin/ls in Xsession to prevent login problems if ls is
  locally aliased to ls --color=auto. Thanks January Weiner,  David 
  Vernazobres. (closes: #340443, #337650)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-11-22 03:22:39 UTC (rev 888)
+++ trunk/debian/changelog	2005-11-23 19:22:02 UTC (rev 889)
@@ -5,6 +5,9 @@
     xserver-xorg, not xserver-xorg-dbg. Thanks Steve Langasek and Ryan Murray.
   * Remove obsolete "| xlibs (> 4.1.0)" from various shlibs packaging files at
     the request of the release team
+  * Change ls to /bin/ls in Xsession to prevent login problems if ls is
+    locally aliased to ls --color=auto. Thanks January Weiner,  David 
+    Vernazobres. (closes: #340443, #337650)
 
   [ Christian Perrier ]
   * Updated Russian translation (ru.po). Thanks, Yuri Kozlov!
@@ -12,7 +15,7 @@
   * Added Romanian translation (ro.po). Thanks, Eddy Petrisor!
     (closes: #338547, #338902).
 
- -- Christian Perrier <bubulle@debian.org>  Sat,  5 Nov 2005 08:57:31 +0100
+ -- David Nusinow <dnusinow@debian.org>  Wed, 23 Nov 2005 14:17:21 -0500
 
 xorg-x11 (6.8.2.dfsg.1-10) unstable; urgency=low
 

Modified: trunk/debian/local/Xsession
===================================================================
--- trunk/debian/local/Xsession	2005-11-22 03:22:39 UTC (rev 888)
+++ trunk/debian/local/Xsession	2005-11-23 19:22:02 UTC (rev 889)
@@ -56,7 +56,7 @@
     internal_errormsg "run_parts() called, but \"$1\" does not exist or is" \
                       "not a directory."
   fi
-  for F in $(ls $1); do
+  for F in $(/bin/ls $1); do
     if expr "$F" : '[[:alnum:]_-]\+$' > /dev/null 2>&1; then
       if [ -f "$1/$F" ]; then
         echo "$1/$F"



Reply to: