summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/xserver
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-12 10:20:11 +0200
committerDirk von Suchodoletz2011-05-12 10:20:11 +0200
commit4291b9ea55cd1f16d6048a58434b71d650938eba (patch)
tree74971b2a35099d4dd8b8ac297d66f97d7dd60a92 /src/os-plugins/plugins/xserver
parentAUFS/UnionFS(?) might be compiled into the kernel already ... (diff)
downloadcore-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.gz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.xz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.zip
Small changes for new Ubuntu 11.04 ...
Diffstat (limited to 'src/os-plugins/plugins/xserver')
-rw-r--r--src/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm b/src/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
index 057cf138..1c02bc56 100644
--- a/src/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
+++ b/src/os-plugins/plugins/xserver/OpenSLX/Distro/Ubuntu.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2008..2010 - OpenSLX GmbH
+# Copyright (c) 2008..2011 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -60,7 +60,7 @@ sub setupXserverScript
echo -e "${x_mouse}\n${x_monitor}\n${x_screen}" >>${xfc}
echo "${x_srvlayout}" | sed "/ Screen /d" >>${xfc}
testmkd /mnt/etc/X11/xorg.conf.d
- testmkd /mnt/var/run/xauth
+ # testmkd /mnt/var/run/xauth # does not make sense, see #813
testmkd /mnt/var/lib/xkb
ln -sf /usr/bin/Xorg /mnt/etc/X11/X
End-of-Here