- remove xinit
This commit is contained in:
Stephan Raue 2009-10-03 22:40:56 +02:00
parent ce84012b12
commit 7d32715f3b
4 changed files with 0 additions and 61 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/usr/bin
cp -PR $PKG_DIR/scripts/$1 $INSTALL/usr/bin

View File

@ -1,28 +0,0 @@
#!/bin/sh
. /etc/sysconfig
# 'vt02' starts X on virtual terminal 2.
# '-logverbose 6' enables useful troubleshooting output in /var/log/Xorg.0.0.log.
args="-s 0 -br -allowMouseOpenFail "
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
args="${args} -logverbose 6 -verbose 0"
fi
mkdir -p /var/cache/xkb
exec /usr/bin/X :0.0 vt$TTY ${args} > /dev/null 2>&1 &
while true; do
if [ -f /tmp/.X0-lock ]; then
for file in /usr/etc/xinitrc.d/* ; do
. ${file}
done
break
fi
done

View File

@ -1,7 +0,0 @@
#!/bin/sh
. /etc/sysconfig
for file in /etc/xinitrc.d/* ; do
. ${file}
done

View File

@ -1,18 +0,0 @@
#!/bin/sh
. /etc/sysconfig
# 'vt02' starts X on virtual terminal 2.
# '-logverbose 6' enables useful troubleshooting output in /var/log/Xorg.0.0.log.
#args="-s 0 -dpms -br -allowMouseOpenFail"
args="-s 0 -br -allowMouseOpenFail "
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
args="${args} -logverbose 6 -verbose 0"
fi
mkdir -p /var/cache/xkb
exec /usr/bin/X :0.0 vt$TTY ${args} > /dev/null 2>&1
# /usr/bin/X :0.0 vt$TTY ${args}