Environment variable HOSTALIASES

Neil Rickert rickert at mp.cs.niu.edu
Fri Mar 1 10:34:09 AEST 1991


In article <1991Feb28.231939.28562 at engin.umich.edu> mjo at irie.ais.org (Mike O'Connor) writes:
> 
>On many flavors of BSD 4.3, I can set an environment variable called
>HOSTALIASES to point to a file.  Example (under csh):

 This is implemented by the resolver library routines.

>1.  I wish to implement this on an IBM PC RT running BSD 4.3.  How do I
>go about doing this?  The procedure above doesn't seem to work on this

 You build a suitable resolver library, then recompile everything that
needs it.  (If you are lucky there is some sort of dynamic link library,
and rebuilding that library will fix everything ???)

>2.  I'd love to RTFM on the subject, but I have no idea of where to
>start.  Where are the relevant subjects I should "man"?

 man 3 resolver
 man 8 named
	and various things referenced from these.

-- 
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  Neil W. Rickert, Computer Science               <rickert at cs.niu.edu>
  Northern Illinois Univ.
  DeKalb, IL 60115                                   +1-815-753-6940



More information about the Comp.unix.questions mailing list