[gnu.emacs.bug] utmp registration, anyone?

benson@odi.UUCP (Benson Margulies) (04/26/89)

When creating a process (in create_process), emacs 18.53 does not put
an entry in /etc/utmp. This causes getlogin to return 0, which causes
sunOS4 sendmail (among other things) to fail in shell buffers.  It
would be nice if emacs 19 were to hack utmp registration.  code can be
found in the source of xterm.

-- 
Benson I. Margulies

clamen@B.GP.CS.CMU.EDU (Stewart Clamen) (04/28/89)

In article <308@odi.UUCP> benson@odi.UUCP (Benson Margulies) writes:

   When creating a process (in create_process), emacs 18.53 does not put
   an entry in /etc/utmp. This causes getlogin to return 0, which causes
   sunOS4 sendmail (among other things) to fail in shell buffers.  It
   would be nice if emacs 19 were to hack utmp registration.  code can be
   found in the source of xterm.

If this were done, I would hope that it were set up as only an option,
or perhaps only under sunOS, as I would not wish to have all my shell
buffers should up in /etc/utmp.
--
------------------------------------------------------------------------------
Stewart M. Clamen
Computer Science Department, Carnegie Mellon University
Pittsburgh, PA 15213-3890

INTERNET: clamen@CS.CMU.EDU
USENET:   ...!uunet!"clamen@cs.cmu.edu"

--