mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-26 21:40:49 -04:00
6 lines
193 B
C++
6 lines
193 B
C++
XCOMM!/bin/sh
|
|
XCOMM Deregister a login. (Derived from TakeConsole as follows:)
|
|
XCOMM
|
|
BINDIR/sessreg -d -w "/var/log/wtmp" -u "/var/run/utmp" \
|
|
-x XDMCONFIGDIR/Xservers -l $DISPLAY -h "" $USER
|