[940] in Moira
Re: changing def /bin/csh -> /bin/athena/tcsh
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Nov 21 17:39:58 1995
To: dkk@MIT.EDU
Cc: moiradev@MIT.EDU
In-Reply-To: Your message of "Tue, 14 Nov 1995 07:42:27 EST."
<9511141242.AA27585@partly-cloudy.MIT.EDU>
Date: Tue, 21 Nov 1995 17:37:49 EST
From: Jonathon Weiss <jweiss@MIT.EDU>
>> /mit/moiradev/src/clients/moira/user.c
>> /mit/moiradev/src/clients/addusr/addusr.c
For these two I defined DEFAULT_SHELL to be /bin/athena/tcsh if ATHENA
was defined and /bin/csh otherwise. Installed for Solaris, Ultrix,
AIX and vaxBSD in the moira locker.
>> /mit/moiradev/src/clients/passwd/chsh.c
I added /bin/athena/tcsh to the list of shells not to warn about being
unusual in the getusershell() stub that is used on the DEC RS6K and
SGI. Installed for Solaris, Ultrix, and AIX in the moira locker.
In retrospect, I should have probably enclosed my changes in an #ifdef
ATHENA, but I think this stub is really gross, nd should be replaced
with something real anyway. Anyone know where we can get a reasonable
implementation of getusershell()?
>> /mit/moiradev/src/man/addusr.1
not yet updated, what is the right way to document a default that
depends on compiletime defines?
Jonathon