Xref: utzoo comp.protocols.appletalk:5691 comp.sys.mac.comm:3298 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!munnari.oz.au!djh From: djh@cs.mu.oz.au (David Hornsby) Newsgroups: comp.protocols.appletalk,comp.sys.mac.comm Subject: Re: How to install CAP/UAB (an Appleshare fileserver) on a Sun4 Message-ID: <7326@munnari.oz.au> Date: 13 Apr 91 02:32:22 GMT References: <1991Apr13.011023.9751@nntp-server.caltech.edu> Organization: Comp Sci, Melbourne Uni, Australia Lines: 18 Daniel R. Kegel writes: > I recently installed CAP on my Sun (a 4/470 running SunOS 4.1.1 Rev B) ... > Also, the default installation scatters files across several filesystems, > and I wanted to concentrate all the files in one place in /usr. This aim can be achieved quite simply by editing m4.setup (after running Configure, before gen.makes) and uncommenting the following line: #define([debug],1) # testing things (without disrupting) If you run gen.makes and follow the remainder of the normal procedure, the include files are taken from the 'netat' directory (rather than /usr/include/netat), programs are compiled in situ and then installed into subdirectory 'bin' (which you have to make). The atalk.local file is read from the 'etc' subdirectory. Nothing outside the top directory gets touched ... - David.