Installing 4.3-Tahoe on a VAX

Keith Bostic bostic at ucbvax.BERKELEY.EDU
Mon Sep 12 05:34:28 AEST 1988


In article <4790 at saturn.ucsc.edu>, haynes at saturn.ucsc.edu (Jim Haynes - Computer Center) writes:
> This is not a bug report, but rather some ideas/experiences and a plea
> for others to share experiences.  This just seemed like the best place
> to post it.

Chris covered most of your questions -- it seems to me that the easiest
way to install 4.3BSD-tahoe on a VAX is to recompile "make" with the NEW
include files, then, go into /usr/src, and do a "make clean; make depend;
make build; make installsrc".  This must be run as root, as the "make depend"
modifies the Makefiles themselves.  This will clean, build, and install
the tree (including /usr/include) for a VAX.  This works, I rdist this tree
to VAXen and install it myself.  Remaking "make" may be a bit tricky, you
might just copy the include files required into a temporary directory and
use "-I." to get them.  The real issue is that make needs to know what
kind of machine you have, and it gets that information from
/sys/machine/machparam.h.

> 5.  Being paranoid about security I've been going thru all the makefile
> and changing modes from 755 to 711 for all the programs except shell
> scripts.  Also changing the owner from bin to root - this is something
> of a philosophical issue, but I'd rather try to protect root against
> intrusion than root and bin both.

Since you can't log in as "bin" (it has no password) this shouldn't be an
issue.

--keith



More information about the Comp.bugs.4bsd.ucb-fixes mailing list