#!/bin/sh
# IBM_PROLOG_BEGIN_TAG 
# This is an automatically generated prolog. 
#  
# gos720 src/gos/2d/XTOP_R7/app/xdm/config/Xreset 1.2 
#  
# Licensed Materials - Property of IBM 
#  
# COPYRIGHT International Business Machines Corp. 2006,2007 
# All Rights Reserved 
#  
# US Government Users Restricted Rights - Use, duplication or 
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
#  
# IBM_PROLOG_END_TAG 
# SCCSID_BEGIN_TAG
# @(#)49 1.2 src/gos/2d/XTOP_R7/app/xdm/config/Xreset, xdmcp, gos720 8/31/07 16:16:08
# SCCSID_END_TAG
# Deregister a login. (Derived from TakeConsole as follows:)
#
/usr/bin/X11/sessreg -d -w "/var/adm/wtmp" -u "/etc/utmp" \
	-x "/usr/lib/X11/xdm/Xservers" -l $DISPLAY -h "" $USER
