blob: e4272b9cd71bf40126bd69557ca90dff20a858e7 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
source /etc/xdm-hallo/xdm-hallo.rc
chmod 622 /dev/console
chown root /dev/console
/usr/bin/sessreg -d -w /var/log/wtmp -u /var/run/utmp -x /etc/X11/xdm/Xservers -l $DISPLAY -h "" $USER
|