From owner-freebsd-stable Fri Aug 8 10:57:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA02089 for stable-outgoing; Fri, 8 Aug 1997 10:57:20 -0700 (PDT) Received: from acromail.ml.org (acroal.vip.best.com [206.86.222.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA02042 for ; Fri, 8 Aug 1997 10:57:02 -0700 (PDT) Received: from localhost (root@localhost) by acromail.ml.org (8.8.6/8.8.5) with SMTP id KAA01280 for ; Fri, 8 Aug 1997 10:57:22 -0700 (PDT) Date: Fri, 8 Aug 1997 10:57:22 -0700 (PDT) From: 0000-Administrator To: freebsd-stable@freebsd.org Subject: sessreg program with X11 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone either have sessreg working correctly -- or know of a replacement I can use with freebsd. Sessreg is a program that you put in a couple of your xdm files so that when someone logs in through the xlogin widget they show up in utmp/wtmp/lastlogin via the who and finger command etc. I have multiple X terminals connected to my freebsd box so this is quite necessary. I've tried using all the command line parameters to specify the correct files (i.e -u -x -w) but I have not been able to get it to work. Is there an replacement program that would handle this?