summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-06 10:45:26 +0200
committerDirk von Suchodoletz2008-08-06 10:45:26 +0200
commitc1ca3d9ecc357d8891985dc6badb26b00ea8db10 (patch)
treec62ee4fd0c2446c57656ffa11065e9baea6dc2f1 /os-plugins/plugins/xserver
parentFormatting, unification of plugin stage3 scripts ... (diff)
downloadcore-c1ca3d9ecc357d8891985dc6badb26b00ea8db10.tar.gz
core-c1ca3d9ecc357d8891985dc6badb26b00ea8db10.tar.xz
core-c1ca3d9ecc357d8891985dc6badb26b00ea8db10.zip
Trivial fixes/bugs in plugin scripts ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1966 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index c2aafdad..c8c3d13c 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -21,7 +21,7 @@ if [ -e /initramfs/plugin-conf/xserver.conf ]; then
. /initramfs/plugin-conf/xserver.conf
# do not start any configuration if the admin provided a preconfigured
# xorg.conf in /rootfs/etc/X11/xorg.conf
- if [ $example_active -ne 0 -a ! -f /rootfs/${xfc#/mnt} ]; then
+ if [ $xserver_active -ne 0 -a ! -f /rootfs/${xfc#/mnt} ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'xserver' os-plugin ...";
xmodule=$(grep -i -m 1 "XFree86 v4 Server Module" /etc/hwinfo.data | \
sed "s/.*v4 Server Module: //")