#!/bin/sh if [ -n "`pidof dhcpd`" ] ; then /opt/bin/killall dhcpd 2>/dev/null fi sleep 2 rm -f /opt/var/run/dhcpd.pid /opt/sbin/dhcpd