slitaz-tools rev 645 4.4.1

tazx: Fixed a typo thats in /etc/X11/xorg.conf. Without this fix xorg will not work.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 02:40:52 2011 +0000 (2011-06-19)
parents 5e77016d6ad4
children 727a26b7d928
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Sat Jun 18 22:28:23 2011 +0200
     1.2 +++ b/tinyutils/tazx	Sun Jun 19 02:40:52 2011 +0000
     1.3 @@ -113,7 +113,7 @@
     1.4  	cat > /etc/X11/xorg.conf << EOT
     1.5  # You can put here your own Xorg configurations. This config file is read
     1.6  # before all files in /etc/X11/xorg.conf.d and will NOT be erased by any
     1.7 -updates.
     1.8 +# updates.
     1.9  EOT
    1.10  	fi
    1.11  }