commit | 760169fc4333afcf2cc3af80a8d10f6c0816f657 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri Mar 09 14:27:49 2012 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Mar 09 14:27:49 2012 +0000 |
tree | 1f0bd43e6d6ea2ef2263258344aa75193abecb32 | |
parent | 7023e38294cfcc663aca7fbf730641deed878681 [diff] [blame] |
Debian updates.
diff --git a/debian/init b/debian/init index d966fc0..0ca08d7 100644 --- a/debian/init +++ b/debian/init
@@ -256,8 +256,11 @@ *) log_success_msg "(unknown)" ; exit 4 ;; 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 ;; esac