#!/bin/sh
#
# Xreset
#
# This program is run as root after the user has logged out
#
########################################
# Perform wtmp accounting
#
/usr/lib/X11/xdm/xdm-login-accounting -logout $USER $DISPLAY
exit 0
