View | Details | Raw Unified | Return to bug 76834 | Differences between
and this patch

Collapse All | Expand All

(-)isc-dhcpd.sh.ns Sat Jan 29 14:35:01 2005 (+8 lines)
Lines 450-455 Link Here
450
                       safe_copy ${dhcpd_devdir} ${_dhcpd_devdir}
450
                       safe_copy ${dhcpd_devdir} ${_dhcpd_devdir}
451
               fi
451
               fi
452
               safe_copy ${dhcpd_conffile} ${_dhcpd_conffile}
452
               safe_copy ${dhcpd_conffile} ${_dhcpd_conffile}
453
454
               # copy files out of /etc for name resolution
455
               # host.conf hosts localtime resolv.conf
456
               safe_mkdir ${_dhcpd_rootdir}/etc
457
               safe_copy /etc/host.conf ${_dhcpd_rootdir}/etc/host.conf
458
               safe_copy /etc/hosts ${_dhcpd_rootdir}/etc/hosts 
459
               safe_copy /etc/localtime ${_dhcpd_rootdir}/etc/localtime
460
               safe_copy /etc/resolv.conf ${_dhcpd_rootdir}/etc/resolv.conf
453
       fi
461
       fi
454
}
462
}

Return to bug 76834