Date: Thu, 21 Mar 1996 13:09:54 -0500 From: "Garrett A. Wollman" <wollman@lcs.mit.edu> To: Charles Owens <owensc@enc.edu> Cc: questions list FreeBSD <freebsd-questions@freebsd.org> Subject: Keeping multiple servers at -stable Message-ID: <9603211809.AA19610@halloran-eldar.lcs.mit.edu> In-Reply-To: <Pine.BSF.3.91.960321124917.8396A-100000@itsdsv1.enc.edu> References: <Pine.BSF.3.91.960321124917.8396A-100000@itsdsv1.enc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 21 Mar 1996 12:54:53 -0500 (EST), Charles Owens <owensc@enc.edu> said: > The "installmost" target in /usr/src/Makefile looks promising, but it > doesn't look like it includes stuff like libraries and man pages. (I was > thinking of mounting /usr/src on each server and then doing a make > installmost). This question comes up occasionally. `installmost' is a kludge that should go away now that we have `install -C'. What you want to do is NFS mount /usr/src and /usr/obj on each subject machine (and with the same mount points), and then simply do a `make install'. Alternatively (although I recommend against this) you can NFS-mount the other machine on the master and do a `make install DESTDIR=/path/to/other/machine'. Or, you can set up a sup server and the appropriate collections, and use that. Or, you can use rdist. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9603211809.AA19610>