From: Michael Prokop Date: Sun, 4 Nov 2007 22:41:00 +0000 (+0100) Subject: Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments X-Git-Tag: 0.3.33~1 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=35bde6fd5891715a7ad8e0b0db5109ce92271191 Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments --- diff --git a/debian/changelog b/debian/changelog index 7cd6109..b200273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-x (0.3.33) unstable; urgency=low + + * Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments. + Thanks for the patch, Alexander Steinböck! + + -- Michael Prokop Sun, 04 Nov 2007 23:40:37 +0100 + grml-x (0.3.32) unstable; urgency=low * Add two more checks to bailout if a tempfile isn't available. diff --git a/etc/X11/xorg.conf.example b/etc/X11/xorg.conf.example index bc824b4..df2c3de 100644 --- a/etc/X11/xorg.conf.example +++ b/etc/X11/xorg.conf.example @@ -58,7 +58,7 @@ Section "Files" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection -# Modules - see /usr/X11R6/lib/modules/fonts and /usr/X11R6/lib/modules/extensions +# Modules - see /usr/lib/xorg/modules/fonts and /usr/lib/xorg/modules/extensions Section "Module" Load "dbe" # double buffer extension Load "dri" # direct rendering diff --git a/etc/X11/xorg.conf.vmware b/etc/X11/xorg.conf.vmware index 46caae7..e6b30c1 100644 --- a/etc/X11/xorg.conf.vmware +++ b/etc/X11/xorg.conf.vmware @@ -49,7 +49,7 @@ Section "Files" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection -# Modules - see /usr/X11R6/lib/modules/fonts and /usr/X11R6/lib/modules/extensions +# Modules - see /usr/lib/xorg/modules/fonts and /usr/lib/xorg/modules/extensions Section "Module" Load "dbe" # double buffer extension Load "dri" # direct rendering diff --git a/grml-x b/grml-x index 9a5fa0c..c6f5761 100755 --- a/grml-x +++ b/grml-x @@ -720,7 +720,7 @@ $XFONTS FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection -# Modules - see /usr/X11R6/lib/modules/fonts and /usr/X11R6/lib/modules/extensions +# Modules - see /usr/lib/xorg/modules/fonts and /usr/lib/xorg/modules/extensions Section "Module" Load "dbe" # double buffer extension Load "dri" # direct rendering