#!/bin/sh
if [ -x /usr/bin/X11/sessreg ]; then
	/usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l $DISPLAY $USER
fi
