aboutsummaryrefslogtreecommitdiffstats
path: root/packages/x11/x11-common/etc/X11/Xinit
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/x11-common/etc/X11/Xinit')
-rw-r--r--packages/x11/x11-common/etc/X11/Xinit16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/x11/x11-common/etc/X11/Xinit b/packages/x11/x11-common/etc/X11/Xinit
deleted file mode 100644
index f566ffe5be..0000000000
--- a/packages/x11/x11-common/etc/X11/Xinit
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-
-export USER=root
-export HOME=/home/root
-if [ ! -d $HOME ] && [ -d /root ]; then
- HOME=/root
-fi
-export XAPPLRESDIR=/usr/X11R6/lib/app-defaults
-export XFILESEARCHPATH=./%N%S%C.ad:/usr/X11R6/lib/X11/%L/%T/%N%S%C:/usr/X11R6/lib/X11/%l/%T/%N%S%C:/usr/X11R6/lib/X11/%T/%N%S%C:./%N%S.ad:/usr/X11R6/lib/X11/%L/%T/%N%S:/usr/X11R6/lib/X11/%l/%T/%N%S:/usr/X11R6/lib/X11/%T/%N%S:/usr/local/lib/X11/app-defaults/%N%S%C.ad
-
-export PATH=$PATH:/usr/X11R6/bin
-
-SYSSESSIONDIR=/etc/X11/Xinit.d
-
-exec run-parts $SYSSESSIONDIR