path: drbl_5.8.2-1/sbin/drbl-proxy-dhcp
  # Checking the services
  pidof_dnsmasq="$(LC_LALL=C pidof dnsmasq)"
  pidof_dhcpd="$(LC_ALL=C pidof dhcpd)"
  pidof_tftpd="$(LC_ALL=C pidof in.tftpd)"
  if [ -n "$pidof_dnsmasq" -a -z "$pidof_dhcpd" -a -z "$pidof_tftpd" ]; then
