odhcpd-update 139 B

12345
  1. #!/bin/sh
  2. # Make dnsmasq reread hostfile
  3. pid=$(pidof dnsmasq)
  4. [ "$(readlink /proc/$pid/exe)" = "/usr/sbin/dnsmasq" ] && kill -SIGHUP $pid