NAME

sessreg - manage utmpx/wtmpx entries for non-init clients

SYNOPSIS

sessreg [-w wtmpx-file] [-u utmpx-file] [-L lastlog-file] [-l line-name] [-h host-name] [-s slot-number] [-x Xservers-file] [-t ttys-file] [-V] [-a] [-d] user-name

DESCRIPTION

Sessreg is a simple program for managing utmpx/wtmpx and lastlog entries for xdm sessions.

This version of sessreg is built using the modern POSIX pututxline(3c) interfaces, which no longer require the slot-number, ttys-file, or Xservers-file mappings. For compatibility with older versions and other operating systems, the -s, -t, and -x flags are accepted, but ignored.

USAGE

In Xstartup, place a call like:


       sessreg -a -l $DISPLAY -x /etc/X11/xdm/Xservers $USER

and in Xreset:


       sessreg -d -l $DISPLAY -x /etc/X11/xdm/Xservers $USER

OPTIONS

SEE ALSO

xdm(1), utmpx(5), wtmpx(5)

AUTHOR

Keith Packard, MIT X Consortium