[1044] in SIPB_Linux_Development
Re: patch to linux-login to attach
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Fri Aug 11 01:20:18 1995
Date: Fri, 11 Aug 1995 01:20:00 -0400
To: Salvatore Valente <svalente@MIT.EDU>
Cc: yonah@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: "[1038] in SIPB_Linux_Development"
From: Salvatore Valente <svalente@MIT.EDU>
Yonah wrote:
This looks really similar to what xlogin does, which I had to patch to
get to work properly (linux-afs was returning a weird devno for
directories in afs or somesuch). You should be able to copy
isremotedir() out of the xlogin sources...
I stupidly wrote:
Actually, I got it from the libAL sources, which is basically the same
thing.
I was wrong. It's not the same thing. In fact, the version of
isremotedir() in libAL does not work. The version in xlogin works.
(I think the libAL version will correctly determine an afs directory
that's mounted via the afsxnfs translator... :-)
So:
- I fixed the login sources in /mit/linux-athena/login/. It now uses
isremotedir() from xlogin. You should once again build yourself a
new /bin/login from these sources.
- I will fix libAL in /afs/sipb/project/sipb-athena/AL after I send
this message.
Also:
- I fixed login so that it will now add your hesiod grouplist to
/etc/group, like xlogin does. This is not really related.
Have a nice day.
-Sal.