blob: a3f3f9e11c9bd996597ed730a4e570f8318517aa (
plain)
1
2
3
4
5
|
XCOMM!/bin/sh
XCOMM Register a login (derived from GiveConsole as follows:)
XCOMM
BINDIR/sessreg -a -w "/var/log/wtmp" -u "/var/run/utmp" \
-x "XDMCONFIGDIR/Xservers" -l $DISPLAY -h "" $USER
|