Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by mkxf86config for bug #222691.

svn path=/trunk/; revision=550
This commit is contained in:
Chris Gianelloni 2008-06-24 16:51:58 +00:00
parent 4c2823b7c6
commit 584b46caca
2 changed files with 13 additions and 3 deletions

View file

@ -60,3 +60,9 @@ then
fi
EOF
#[ -x /usr/bin/ktelnet ] && ln -sf /usr/bin/ktelnet /usr/bin/telnet
#[ -x /usr/bin/kftp ] && ln -sf /usr/bin/kftp /usr/bin/ftp
# Remove DefaultColorDepth
[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in