summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-06 22:49:58 +0200
committerDirk von Suchodoletz2010-08-06 22:49:58 +0200
commit862e9473613ad9e7f39a88db1f918cb0b7eab005 (patch)
tree0f0bc0a72c9708025f0f3dd161f9843a4376f4e8 /os-plugins
parent... and the x86_64 stuff for SuSE11.3 ... (diff)
downloadcore-862e9473613ad9e7f39a88db1f918cb0b7eab005.tar.gz
core-862e9473613ad9e7f39a88db1f918cb0b7eab005.tar.xz
core-862e9473613ad9e7f39a88db1f918cb0b7eab005.zip
Fixed typo in variable ...
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh8
1 files changed, 4 insertions, 4 deletions
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 ) &