mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-26 05:18:44 -04:00
6 lines
184 B
C++
6 lines
184 B
C++
XCOMM!/bin/sh
|
|
XCOMM Register a login (derived from GiveConsole as follows:)
|
|
XCOMM
|
|
exec BINDIR/sessreg -a -w WTMP_FILE -u UTMP_FILE \
|
|
-x XDMCONFIGDIR/Xservers -l $DISPLAY -h "" $USER
|