Magellan Linux

Contents of /alx-src/branches/alxconf_20060908/bin/X-no-wm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1637 - (show annotations) (download) (as text)
Fri Dec 10 07:57:20 2010 UTC (13 years, 4 months ago) by niro
File MIME type: application/x-sh
File size: 312 byte(s)
-typo
1 #!/bin/bash
2 #
3 # runs a single Xserver session owned by user station
4 #
5 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/X-no-wm.sh,v 1.3 2005-04-12 20:45:55 niro Exp $
6
7 source /etc/alxconfig-ng/config.rc
8
9 sleep 1
10 su - ${ALX_UNPRIV_USER} -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null