From 862e9473613ad9e7f39a88db1f918cb0b7eab005 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 6 Aug 2010 22:49:58 +0200 Subject: Fixed typo in variable ... --- os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh index b366683d..579e5a9a 100644 --- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh +++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh @@ -35,11 +35,11 @@ tabletdetect () { fi } -# not really needed for Xorg => 1.7 used in newer versions -case ${slx_distro_ver} in +# hardware detection not really needed for Xorg => 1.7 used in newer versions +# distro distinguishing here not 100% conform to the OpenSLX ideas ... +# (clean up expected with rewritten stage3) +case ${slxconf_distro_ver} in "10.04"|"11.3") - echo ${slx_distro_ver}>/tmp/xsrv - exit 0 ;; *) ( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) & -- cgit v1.2.3-55-g7522