openbsd-ports/net/wide-dhcp/patches/patch-ae

37 lines
1.1 KiB
Plaintext

*** 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