summaryrefslogtreecommitdiffstats
path: root/remote/modules/xorg/data
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-30 12:29:27 +0200
committerJonathan Bauer2013-04-30 12:29:27 +0200
commitec39fe4a31bf8b6321e53308bd1c22eb28e4d142 (patch)
treee3f20b196bd255bdc03f41f3e222220debdc945b /remote/modules/xorg/data
parentkernel aufs patching (diff)
parentDon't require Xsession.d directory (diff)
downloadtm-scripts-ec39fe4a31bf8b6321e53308bd1c22eb28e4d142.tar.gz
tm-scripts-ec39fe4a31bf8b6321e53308bd1c22eb28e4d142.tar.xz
tm-scripts-ec39fe4a31bf8b6321e53308bd1c22eb28e4d142.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/xorg/data')
-rwxr-xr-xremote/modules/xorg/data/etc/X11/Xsession5
1 files changed, 0 insertions, 5 deletions
diff --git a/remote/modules/xorg/data/etc/X11/Xsession b/remote/modules/xorg/data/etc/X11/Xsession
index 6b071c74..e239d586 100755
--- a/remote/modules/xorg/data/etc/X11/Xsession
+++ b/remote/modules/xorg/data/etc/X11/Xsession
@@ -84,11 +84,6 @@ exec >>"$ERRFILE" 2>&1
echo "$PROGNAME: X session started for $LOGNAME at $(date)"
-# sanity check; is our session script directory present?
-if [ ! -d "$SYSSESSIONDIR" ]; then
- errormsg "no \"$SYSSESSIONDIR\" directory found; aborting."
-fi
-
# Attempt to create a file of non-zero length in /tmp; a full filesystem can
# cause mysterious X session failures. We do not use touch, :, or test -w
# because they won't actually create a file with contents. We also let standard