X-Git-Url: https://roy.marples.name/git diff --git a/dnsmasq.in b/dnsmasq.in index ee4a6d6..fbe5bed 100755 --- a/dnsmasq.in +++ b/dnsmasq.in @@ -72,8 +72,8 @@ if [ -s "${dbuspid}" -a -s /var/run/dnsmasq.pid ]; then grep -q "^Compile time options.*[[:space:]]DBus[[:space:]]" \ ; then # Sanity - check that dnsmasq and dbus are running - if kill -0 $(cat "${dbuspid}") \ - && kill -0 $(cat /var/run/dnsmasq.pid); then + if kill -0 $(cat "${dbuspid}") 2>/dev/null \ + && kill -0 $(cat /var/run/dnsmasq.pid) 2>/dev/null; then DBUS=yes NEWCONF="${NEWCONF}\n# Domain specific servers will be sent over dbus\nenable-dbus\n" fi