[1162] in SIPB_Linux_Development
Re: /afs/sipb/system/i386_linux1/srvd.77.1elf
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Nov 11 17:27:06 1995
To: David C Zhang <davidz@MIT.EDU>
Cc: linux-help@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: Your message of "Sat, 11 Nov 1995 17:18:42 EST."
<199511112218.RAA00261@plucky-new.MIT.EDU>
Date: Sat, 11 Nov 1995 17:24:54 EST
From: Greg Hudson <ghudson@MIT.EDU>
> /srvd -> /afs/sipb.mit.edu/system/i386_linux1/
> /bin/athena -> /srvd/srvd.77.1elf/bin/athena
> /etc/athena -> /srvd/srvd.77.1elf/etc/athena
> /usr/athena -> /srvd/srvd.77.1elf/usr/athena
> /usr/X11R6 -> /srvd/srvd.77.1elf/usr/X11R6
> /usr/X11 -> /usr/X11R6
> /usr/X386 -> /usr/X386
That should probably be:
/srvd -> /afs/sipb.mit.edu/system/i386_linux1/srvd.77.1elf
/usr/athena -> /srvd/usr/athena
/usr/X11R6 -> /srvd/usr/X11R6
You should have /bin/athena and /etc/athena local; /etc/athena in
particular, since zhm writes its pid file there and you'll be putting
your srvtab in /etc/athena if you get one.
> 1. /usr/X11/lib/X11/app-defaults/Xmh is the X release defaults, it
> should be athena defaults that have the speed buttons across the
> middle. This has been fix for netbsd before.
We should proabbly have our own build of xmh which looks in
/usr/athena for its app-defaults if we're going to play games like
this... I'll deal with that later.
> 2. /usr/X11/lib/X11/app-defaults is missing Dash and Mwm, I am not
> sure if they should be there at all, since the netbsd system doesn't
> have it either.
Dash and Mwm should look for their app-defaults in
/usr/athena/lib/X11/app-defaults. I don't know if they're actually
built correctly, though.