2 # Contributed by Brian Murrell
10 if [ $9 = "2" -o $9 = "3" ]
14 if [ -f @PREFIX@
/sbin
/dhcpd
]; then
15 echo "Starting the ISC DHCP server"
20 if [ -f @PREFIX@
/etc
/dhcpd.pid
]; then
21 PID
=`cat @PREFIX@/etc/dhcpd.pid`
22 if [ -d /proc
/$PID ]; then
23 echo "Stopping the ISC DHCP server"