#!/bin/sh
# Deregister a login. (Derived from TakeConsole as follows:)
#
/opt/local/bin/sessreg -d   \
	-x /opt/local/lib/X11/xdm/Xservers -l $DISPLAY -h "" $USER
