summaryrefslogtreecommitdiffstats
path: root/etc/host.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* put hosts before bind.jkh1998-11-161-4/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added comment about how to enable NIS hostname resolution.wollman1993-11-071-0/+3
|
* Added a default host.conf (gethostnamadr() name resolver) which declaresnate1993-07-291-0/+4
to resolve all names via bind first and then try /etc/hosts.
OpenPOWER on IntegriCloud