Author: alexander
Date: 2006-01-07 06:47:39 -0700 (Sat, 07 Jan 2006)
New Revision: 1341

Removed:
   trunk/etc/X11/app-defaults/
   trunk/etc/X11/twm/
Modified:
   trunk/Makefile
   trunk/etc/X11/xorg.conf
   trunk/etc/profile
Log:
Removed all traces of the (no longer existing) /usr/X11R6 directory
Removed configuration files for (already removed) xterm and twm
Adjusted mouse settings in xorg.conf


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-01-07 13:38:56 UTC (rev 1340)
+++ trunk/Makefile      2006-01-07 13:47:39 UTC (rev 1341)
@@ -74,7 +74,7 @@
 
 export lfsbash := set +h && umask 022 && cd $(MKTREE)
 
-export chenv-blfs := /usr/bin/env -i HOME=/root CFLAGS='$(CFLAGS)' 
TERM=$(TERM) PS1='\u:\w\$$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin 
INPUTRC=/etc/inputrc 
XML_CATALOG_FILES="/usr/share/xml/docbook/xsl-stylesheets-1.69.1/catalog.xml 
/etc/xml/catalog" PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig /bin/bash -c
+export chenv-blfs := /usr/bin/env -i HOME=/root CFLAGS='$(CFLAGS)' 
TERM=$(TERM) PS1='\u:\w\$$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin 
INPUTRC=/etc/inputrc 
XML_CATALOG_FILES="/usr/share/xml/docbook/xsl-stylesheets-1.69.1/catalog.xml 
/etc/xml/catalog" /bin/bash -c
 
 # More Environment Variables
 #==============================================================================

Modified: trunk/etc/X11/xorg.conf
===================================================================
--- trunk/etc/X11/xorg.conf     2006-01-07 13:38:56 UTC (rev 1340)
+++ trunk/etc/X11/xorg.conf     2006-01-07 13:47:39 UTC (rev 1341)
@@ -27,7 +27,7 @@
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
-       Option          "Protocol"              "ImPS/2"
+       Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "false"
 EndSection
 

Modified: trunk/etc/profile
===================================================================
--- trunk/etc/profile   2006-01-07 13:38:56 UTC (rev 1340)
+++ trunk/etc/profile   2006-01-07 13:47:39 UTC (rev 1341)
@@ -1,4 +1,4 @@
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 INPUTRC=/etc/inputrc
 
@@ -6,8 +6,6 @@
 
 XML_CATALOG_FILES="/usr/share/docbook/xsl-stylesheets-1.69.1/catalog.xml 
/etc/xml/catalog"
 
-PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
-
 WWW_HOME="/usr/share/LFS-BOOK-trunk-HTML/index.html"
 
 NNTPSERVER=news.gmane.org

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to