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

(-)isc-dhcp3-server/files/isc-dhcpd.sh.sample (+7 lines)
Lines 719-722 Link Here
719
uninstall_cmd=dhcpd_uninstall
719
uninstall_cmd=dhcpd_uninstall
720
extra_commands="install uninstall"
720
extra_commands="install uninstall"
721
721
722
# Override /etc/rc.subr JID determiniation, because it doesn't
723
# work when we launch dhcpd in a jail.
724
if checkyesno dhcpd_jail_enable ; then
725
	read pid junk < $pidfile 2>/dev/null
726
	[ -n "$pid" ] && JID=`ps -o jid= -p $pid`
727
fi
728
722
run_rc_command "$1"
729
run_rc_command "$1"

Return to bug 103168