FreeBSD Bugzilla – Attachment 50430 Details for
Bug 76834
chrooted ISC dhcpd cannot resolve DNS names or include configs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 738 bytes, created by
Andrew Clark
on 2005-01-29 22:40:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Clark
Created:
2005-01-29 22:40:16 UTC
Size:
738 bytes
patch
obsolete
>--- isc-dhcpd.sh.orig Sat Jan 29 14:19:55 2005 >+++ isc-dhcpd.sh.ns Sat Jan 29 14:35:01 2005 >@@ -450,6 +450,14 @@ > safe_copy ${dhcpd_devdir} ${_dhcpd_devdir} > fi > safe_copy ${dhcpd_conffile} ${_dhcpd_conffile} >+ >+ # copy files out of /etc for name resolution >+ # host.conf hosts localtime resolv.conf >+ safe_mkdir ${_dhcpd_rootdir}/etc >+ safe_copy /etc/host.conf ${_dhcpd_rootdir}/etc/host.conf >+ safe_copy /etc/hosts ${_dhcpd_rootdir}/etc/hosts >+ safe_copy /etc/localtime ${_dhcpd_rootdir}/etc/localtime >+ safe_copy /etc/resolv.conf ${_dhcpd_rootdir}/etc/resolv.conf > fi > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76834
: 50430 |
50431