openbsd-ports/net/wide-dhcp/patches/patch-client_dhcpc.8
avsm a0882217cf commit this three-month old patch that was posted to ports@ with no
response.  Does anyone out there use this port at all?  It was broken,
this unbreaks it by FAKEing it, but there's noone using it to test
it out....
2001-01-09 20:49:33 +00:00

37 lines
1.1 KiB
Groff

*** client/dhcpc.8.orig Wed Apr 29 15:33:09 1998
--- client/dhcpc.8 Wed Apr 29 15:33:30 1998
***************
*** 26,32 ****
requests server to assign the same address as before.
To get the same address,
.B dhcpc
! creates file named "/etc/dhcp_cache". This file name could be
configured when it is compiled. But it is required that the file must
remains after the host reboot. For example, the /tmp directory is not
appropriate for this purpose.
--- 26,32 ----
requests server to assign the same address as before.
To get the same address,
.B dhcpc
! creates file named "/var/db/dhcp_cache". This file name could be
configured when it is compiled. But it is required that the file must
remains after the host reboot. For example, the /tmp directory is not
appropriate for this purpose.
***************
*** 64,70 ****
.SH FILES
.PD 0
.TP 20
! .B /etc/dhcp_cache
The file to record previously assigned informations
.PD
.SH SEE ALSO
--- 64,70 ----
.SH FILES
.PD 0
.TP 20
! .B /var/db/dhcp_cache
The file to record previously assigned informations
.PD
.SH SEE ALSO