# HG changeset patch # User Antoine Bodin # Date 1278327384 -7200 # Node ID 50b48a25519f11bb59efdcc45e5c2b509515e394 # Parent 75aeb6cabe89e6e1c57ee0e4024087ed955fc528 hwconf.sh: tiny changes to keep compatible with tazx. diff -r 75aeb6cabe89 -r 50b48a25519f etc/init.d/hwconf.sh --- a/etc/init.d/hwconf.sh Fri Jun 25 16:30:45 2010 +0200 +++ b/etc/init.d/hwconf.sh Mon Jul 05 12:56:24 2010 +0200 @@ -76,8 +76,6 @@ echo "Configuring Xorg..." # $HOME is not yet set. HOME=/root - Xorg -configure - mv -f /root/xorg.conf.new /etc/X11/xorg.conf sed -i 's|/usr/bin/Xvesa|/usr/bin/Xorg|' /etc/slim.conf sed -i s/"^xserver_arguments"/'\#xserver_arguments'/ /etc/slim.conf tazx config-xorg @@ -86,7 +84,7 @@ # Screen size config for slim/Xvesa (last config dialog before login). # # NOTE: Xvesa is unmaintained, package will be removed and all related -# code cleaned +# code cleaned # if [ ! -s /etc/X11/screen.conf -a -x /usr/bin/Xvesa ]; then # $HOME is not yet set.