summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
Commit message (Collapse)AuthorAgeFilesLines
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* This commit was generated by cvs2svn to compensate for changes in r63925,obrien2000-07-271-0/+511
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Alternate script for dhclient to use in setting the received configurationobrien2000-07-271-0/+511
| | | | | | | on the host. PR: 15342 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
* Blah, need to add /usr/bin to the path also.obrien2000-07-211-1/+1
| | | | | | Of course this is a bug in that the dhclient script will not work properly if one has a local / and an NFS mounted /usr and needs to obtain its IP address via DHCP before being able to mount /usr.
* Need /usr/sbin for arp(8).obrien2000-07-201-1/+1
|
* Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it theobrien2000-07-201-0/+1
| | | | shell script's PATH setting in the environment.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add new file that needs compiling.obrien1999-06-241-3/+3
|
* Install dhclient-script under ${DESTDIR}.bde1999-04-031-2/+3
| | | | PR: 10615, 10891
* More style fixes to bring this almost to bde's suggested version.obrien1999-02-181-17/+13
|
* bde suggests not to trust ${COPY} to always be defined.obrien1999-02-181-17/+13
| | | | also fix style bugs submitted by Bruce
* bmake framework for ISC-DHCP clientobrien1999-02-101-0/+30
OpenPOWER on IntegriCloud