Hello community, here is the log from the commit of package x11-tools checked in at Sun May 21 02:14:31 CEST 2006. -------- --- x11-tools/x11-tools.changes 2006-02-13 12:38:47.000000000 +0100 +++ x11-tools/x11-tools.changes 2006-05-20 12:05:38.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 20 12:03:54 CEST 2006 - sndirsch@suse.de + +- /etc/profile.d/via.{csh,sh}: + * prevent failure, when /var/log/Xorg.0.log is not readable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ x11-tools.spec ++++++ --- /var/tmp/diff_new_pack.seXRGR/_old 2006-05-21 02:14:00.000000000 +0200 +++ /var/tmp/diff_new_pack.seXRGR/_new 2006-05-21 02:14:00.000000000 +0200 @@ -12,14 +12,14 @@ Name: x11-tools BuildRequires: xorg-x11-devel -License: X11/MIT +License: X11/MIT, GPL Group: System/X11/Utilities PreReq: /bin/rm /bin/uname /usr/bin/strings /usr/bin/grep /usr/bin/awk /usr/bin/ld Provides: xf86tools Obsoletes: xf86tools Autoreqprov: on Version: 0.1 -Release: 24 +Release: 36 Summary: Tools for the X Window System Source2: xf86debug Source6: wmlist @@ -89,6 +89,9 @@ /var/adm/fillup-templates/sysconfig.language-%{name} %changelog -n x11-tools +* Sat May 20 2006 - sndirsch@suse.de +- /etc/profile.d/via.{csh,sh}: + * prevent failure, when /var/log/Xorg.0.log is not readable * Mon Feb 13 2006 - sndirsch@suse.de - disabled via DRI driver once more (Bug #115911, comment #14) * Fri Feb 10 2006 - sndirsch@suse.de ++++++ via.csh ++++++ --- x11-tools/via.csh 2006-02-13 12:38:47.000000000 +0100 +++ x11-tools/via.csh 2006-05-20 12:03:43.000000000 +0200 @@ -1,4 +1,4 @@ -if ( -f /var/log/Xorg.0.log ) then +if ( -r /var/log/Xorg.0.log ) then grep -q \"via\" /var/log/Xorg.0.log if ( $? == 0 ) then setenv LIBGL_ALWAYS_INDIRECT 1 ++++++ via.sh ++++++ --- x11-tools/via.sh 2006-02-13 12:38:47.000000000 +0100 +++ x11-tools/via.sh 2006-05-20 12:03:50.000000000 +0200 @@ -1,4 +1,4 @@ -if [ -f /var/log/Xorg.0.log ]; then +if [ -r /var/log/Xorg.0.log ]; then grep -q \"via\" /var/log/Xorg.0.log if [ $? -eq 0 ]; then export LIBGL_ALWAYS_INDIRECT=1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de