Date: Fri, 21 Nov 2008 02:56:57 GMT From: matteo@FreeBSD.org To: fbsd@opal.com, matteo@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/117830: [patch] who(1) no longer displays entries for folk logged in from xdm(1) Message-ID: <200811210256.mAL2uvmZ052044@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [patch] who(1) no longer displays entries for folk logged in from xdm(1) State-Changed-From-To: open->suspended State-Changed-By: matteo State-Changed-When: Ven 21 Nov 2008 02:49:33 UTC State-Changed-Why: Mark this PR as suspended: I think the problem actually resides in how xdm registers the session in utmp. This is done by the command sessreg in /usr/local/lib/X11/xdm/Xstartup. Instead of using -l $DISPLAY -h "", I suggest using just -h $DISPLAY (no -l), so that xdm behaves like gdm does and adds a more invormative entry in utmp. Just in case we want to reopen this PR: Notice that w(1) is affected too. http://www.freebsd.org/cgi/query-pr.cgi?pr=117830
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811210256.mAL2uvmZ052044>