diff options
| author | Simon Rettberg | 2013-04-29 21:25:55 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-29 21:25:55 +0200 |
| commit | e4d61b8c7de1969ada38bc575c62e36490ff386d (patch) | |
| tree | 76527bc0a73d5b9dbe3890ea84b4dd9c51a4ddc1 | |
| parent | spefijpsrpsoigj (diff) | |
| download | tm-scripts-e4d61b8c7de1969ada38bc575c62e36490ff386d.tar.gz tm-scripts-e4d61b8c7de1969ada38bc575c62e36490ff386d.tar.xz tm-scripts-e4d61b8c7de1969ada38bc575c62e36490ff386d.zip | |
Don't require Xsession.d directory
| -rwxr-xr-x | remote/modules/xorg/data/etc/X11/Xsession | 5 |
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 |
