Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
6d1b4a47 |
| 29-Jun-2003 |
Gordon Tetlow <gordon@FreeBSD.org> |
Tweak a couple of utilities so they compile cleanly for /rescue. Mostly path fixes.
Submitted by: Tim Kientzle <kientzle@acm.org>
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
7ff910a9 |
| 25-Mar-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Hook omshell(1) up to the build.
|
#
a47e7971 |
| 25-Mar-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Building crunched things by hand (regenerating boot floppies for example) without a full make release cycle fails as the correct include path isn't setup.
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
0ed8a30f |
| 28-Feb-2002 |
Makoto Matsushita <matusita@FreeBSD.org> |
Fix "make release.4" breakage.
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
Fix "make release.4" breakage.
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)
show more ...
|
#
226e3b6e |
| 28-Feb-2002 |
Makoto Matsushita <matusita@FreeBSD.org> |
For unbraking "make release": s/client/common/g (these files are sitting in src/contrib/isc-dhcp/common, not .../client.)
Confirmed by: 5.0-CURRENT-20020228-JPSNAP at snapshots.jp.FreeBSD.org
|
#
d52ccfe3 |
| 26-Feb-2002 |
Murray Stokely <murray@FreeBSD.org> |
Add some ifdef(RELEASE_CRUNCH) goo to explicitly list the requisite object files for crunchgen. Without this patch, release.4 will fail to build the crunched binaries for the release floppies.
|
#
0829ba2c |
| 19-Feb-2002 |
Murray Stokely <murray@FreeBSD.org> |
Makefile glue for DHCP v3 import.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
2d68bf45 |
| 04-Dec-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
b9ad8c86 |
| 07-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
beforeinstall -> SCRIPTS.
|
#
0a5779d4 |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
248aee62 |
| 06-Sep-2000 |
Jacques Vidrine <nectar@FreeBSD.org> |
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod.
= Hesio
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 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
show more ...
|
Revision tags: release/4.1.0 |
|
#
f0638455 |
| 21-Jul-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Blah, need to add /usr/bin to the path also. 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
Blah, need to add /usr/bin to the path also. 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.
show more ...
|
#
fbb0d229 |
| 20-Jul-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Need /usr/sbin for arp(8).
|
#
a3b867b6 |
| 20-Jul-2000 |
David E. O'Brien <obrien@FreeBSD.org> |
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the shell script's PATH setting in the environment.
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
d7f6c914 |
| 24-Jun-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
Add new file that needs compiling.
|
Revision tags: release/3.2.0 |
|
#
3e3aea17 |
| 03-Apr-1999 |
Bruce Evans <bde@FreeBSD.org> |
Install dhclient-script under ${DESTDIR}.
PR: 10615, 10891
|
#
2a3a31d8 |
| 18-Feb-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
More style fixes to bring this almost to bde's suggested version.
|
#
a20d7fd0 |
| 18-Feb-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
bde suggests not to trust ${COPY} to always be defined. also fix style bugs submitted by Bruce
|
Revision tags: release/3.1.0 |
|
#
914345e3 |
| 10-Feb-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
bmake framework for ISC-DHCP client
|
#
7fb45d4f |
| 10-Feb-1999 |
David E. O'Brien <obrien@FreeBSD.org> |
This commit was generated by cvs2svn to compensate for changes in r43855, which included commits to RCS files with non-trunk default branches.
|