Commit 760169fc authored by Simon Kelley's avatar Simon Kelley

Debian updates.

parent 7023e382
dnsmasq (2.61-1) unstable; urgency=low dnsmasq (2.61-1) unstable; urgency=low
* New upstream. * New upstream.
* Provide "dump-stats" initscript method. (closes: #654656)
* Add (empty) build-indep and build-arch rules targets.
-- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000
......
...@@ -256,8 +256,11 @@ case "$1" in ...@@ -256,8 +256,11 @@ case "$1" in
*) log_success_msg "(unknown)" ; exit 4 ;; *) log_success_msg "(unknown)" ; exit 4 ;;
esac esac
;; ;;
dump-stats)
kill -s USR1 `cat /var/run/dnsmasq/$NAME.pid`
;;
*) *)
echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}" >&2 echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|dump-stats|status}" >&2
exit 3 exit 3
;; ;;
esac esac
......
...@@ -184,7 +184,10 @@ endef ...@@ -184,7 +184,10 @@ endef
# Below here is fairly generic really # Below here is fairly generic really
binary: binary-arch binary-indep binary: binary-arch binary-indep
build: build:
build-arch:
build-indep:
checkroot: checkroot:
test root = "`whoami`" test root = "`whoami`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment