Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If the dhcpd server doesn't provide a domain name or dns servers then | alfred | 2002-02-01 | 1 | -4/+7 |
| | | | | | | | | | | don't clobber /etc/resolv.conf Add $FreeBSD. Submitted by: an j. peterson" <rbw@myplace.org> Verified fix in: dhcp-3.0.1rc6 PR: misc/34455 | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -5/+3 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+2 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -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, | obrien | 2000-07-27 | 1 | -0/+511 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Alternate script for dhclient to use in setting the received configuration | obrien | 2000-07-27 | 1 | -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. | obrien | 2000-07-21 | 1 | -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). | obrien | 2000-07-20 | 1 | -1/+1 |
| | |||||
* | Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the | obrien | 2000-07-20 | 1 | -0/+1 |
| | | | | shell script's PATH setting in the environment. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add new file that needs compiling. | obrien | 1999-06-24 | 1 | -3/+3 |
| | |||||
* | Install dhclient-script under ${DESTDIR}. | bde | 1999-04-03 | 1 | -2/+3 |
| | | | | PR: 10615, 10891 | ||||
* | More style fixes to bring this almost to bde's suggested version. | obrien | 1999-02-18 | 1 | -17/+13 |
| | |||||
* | bde suggests not to trust ${COPY} to always be defined. | obrien | 1999-02-18 | 1 | -17/+13 |
| | | | | also fix style bugs submitted by Bruce | ||||
* | bmake framework for ISC-DHCP client | obrien | 1999-02-10 | 1 | -0/+30 |