View | Details | Raw Unified | Return to bug 72713
Collapse All | Expand All

(-)rc.d/isc-dhcpd.sh.neu (-1 lines)
Lines 443-449 Link Here
443
{
443
{
444
	if checkyesno paranoia && checkyesno dhcpd_chroot_enable; then
444
	if checkyesno paranoia && checkyesno dhcpd_chroot_enable; then
445
		safe_mkdir ${_dhcpd_rootdir} ${_dhcpd_devdir}/_ ${_dhcpd_confdir}
445
		safe_mkdir ${_dhcpd_rootdir} ${_dhcpd_devdir}/_ ${_dhcpd_confdir}
446
		safe_rmdir ${_dhcpd_devdir}/_	# /_, so, .../dev is root owned.
447
		if checkyesno dhcpd_devfs_enable; then
446
		if checkyesno dhcpd_devfs_enable; then
448
			safe_mount ${_dhcpd_devdir}
447
			safe_mount ${_dhcpd_devdir}
449
		else
448
		else

Return to bug 72713