Re: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Christian Hudon
On Jun 6, Michael Meskes wrote > ssh seems to use login. IMO you forgot one very important player: xbase. > Lot's of people use xterm. rxvt should be in this list, too. Ssh doesn't use login. /* login.c Author: Tatu Ylonen <[EMAIL PROTECTED]> Copyright (c) 1995 Tatu Ylonen <[EMAIL PROTECTED]>,

Re: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Galen Hazelwood
Johnie Ingram wrote: > > Am I correct in thinking the major players to be synchronized here are > shellutils (who), sysvinit (last), netstd (rsh), login, ppp, procps, > wu-ftpd, and ssh? > Add xbase (xdm) and you've pretty much got it covered. --Galen -- TO UNSUBSCRIBE FROM THIS MAILING LIST:

Re: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Guy Maor
[EMAIL PROTECTED] (Miquel van Smoorenburg) writes: > getty getty is well-behaved. It has the path compiled in because it does a redundant utmpname(_PATH_UTMP); I like your idea of libc5 using a libc6 style utmp and recreating the old structure. Guy -- TO UNSUBSCRIBE FROM THIS MAILING

Re: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Helmut Geyer
Miquel van Smoorenburg: > In article <[EMAIL PROTECTED]>, > Johnie Ingram <[EMAIL PROTECTED]> wrote: > > > >Am I correct in thinking the major players to be synchronized here are > >shellutils (who), sysvinit (last), netstd (rsh), login, ppp, procps, > >wu-ftpd, and ssh? > > Well, if the program t

Re: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Johnie Ingram <[EMAIL PROTECTED]> wrote: > >"Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: > >Michael> 1) utmp structure changed. I recompiled login for libc 6 so >Michael> who works again. But I still have problems accessing it (for >Michael> instance with

RE: libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Michael Meskes
June 06, 1997 2:53 PM >To:debian-devel@lists.debian.org >Cc:Die Adresse des Empfängers ist unbekannt. >Subject: libc6 utmp and wtmp [Was: Re: official C library] > > >"Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: > >Michael> 1)

libc6 utmp and wtmp [Was: Re: official C library]

1997-06-06 Thread Johnie Ingram
"Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: Michael> 1) utmp structure changed. I recompiled login for libc 6 so Michael> who works again. But I still have problems accessing it (for Michael> instance with procps) or writing it (for instance xterm). I Michael> take it all binaries th