summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make dhclient use a pid file. Modify the rc script accordingly; whiledes2011-10-131-0/+2
| | | | | | | there, clean it up and add some error checks. Glanced at by: brooks@ MFC after: 3 weeks
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+2
| | | | Submitted by: Ulrich Spörlein
* Install the dhcp-options.5 manpage.ru2005-06-251-1/+2
| | | | | Timeout from: brooks Approved by: re (blanket manpages)
* - Remove OpenBSD'ism (bsd.own.mk).ru2005-06-071-4/+0
| | | | - Remove redundant and harmful -Wall from CFLAGS.
* Use SCRIPTS to install dhclient-script instead of rolling our own.brooks2005-06-071-4/+1
|
* Take the OpenBSD version of the Makefile to resolve conflicts as the oldbrooks2005-06-071-59/+48
| | | | one is irrelevent. Add $FreeBSD.
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-1/+2
| | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* Hook omshell(1) up to the build.mdodd2003-03-251-1/+4
|
* Building crunched things by hand (regenerating boot floppies for example)mdodd2003-03-251-0/+2
| | | | | without a full make release cycle fails as the correct include path isn't setup.
* Fix "make release.4" breakage.matusita2002-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | src/contrib/isc-dhcp/includes/minires/resolv.h has a 'extern' definition but it makes an error when linking crunched binary just like this: dhclient.lo: In function `MRres_nquery': dhclient.lo(.text+0x2dcce): undefined reference to `__h_errno_set' dhclient.lo(.text+0x2dd5b): undefined reference to `__h_errno_set' dhclient.lo: In function `MRres_nquerydomain': dhclient.lo(.text+0x2de53): undefined reference to `__h_errno_set' The author understands this will be a problem (see comments in resolv.h). Murray said that the author will fix this, but as a temporary solution, modifying the source code and not to use __h_errno_set. BTW, I'm sorry that previous commitlog in src/sbin/dhclient/Makefile should read "Found by:" instead of "Confirmed by"; I just found that rev 1.15 has a typo so fixed. Tested on: ushi.jp.FreeBSD.org with today's 5-current source code. (belive me, "make release.4" works fine now)
* For unbraking "make release": s/client/common/gmatusita2002-02-281-7/+7
| | | | | | (these files are sitting in src/contrib/isc-dhcp/common, not .../client.) Confirmed by: 5.0-CURRENT-20020228-JPSNAP at snapshots.jp.FreeBSD.org
* Add some ifdef(RELEASE_CRUNCH) goo to explicitly list the requisitemurray2002-02-261-0/+48
| | | | | object files for crunchgen. Without this patch, release.4 will fail to build the crunched binaries for the release floppies.
* Makefile glue for DHCP v3 import.murray2002-02-191-20/+3
|
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* beforeinstall -> SCRIPTS.ru2001-04-071-5/+3
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+2
| | | | - MAN[1-9] -> MAN.
* 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
* 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