From 35bde6fd5891715a7ad8e0b0db5109ce92271191 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 4 Nov 2007 23:41:00 +0100 Subject: [PATCH] Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments --- debian/changelog | 7 +++++++ etc/X11/xorg.conf.example | 2 +- etc/X11/xorg.conf.vmware | 2 +- grml-x | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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 -- 2.1.4