diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-27 18:29:47 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-27 18:29:47 +0000 |
commit | 6804b73aadfdc2c2abd944ed344670bae90147b8 (patch) | |
tree | 0d71efc2936b371cd7cb7f908eac797510a48aed /usr.sbin/named | |
parent | 5ed8b0ebd87a1da8d3706f85b4da92d87901a454 (diff) |
hermes# ndc stats
/usr/sbin/ndc: /usr/sbin/ndc[82]: kill: bad signal `IOT'
Diffstat (limited to 'usr.sbin/named')
-rw-r--r-- | usr.sbin/named/ndc/ndc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/named/ndc/ndc.sh b/usr.sbin/named/ndc/ndc.sh index 402de9dc0c0..0149e8308cb 100644 --- a/usr.sbin/named/ndc/ndc.sh +++ b/usr.sbin/named/ndc/ndc.sh @@ -41,7 +41,7 @@ do status) echo "$PS";; dumpdb) kill -INT $PID && echo Dumping Database;; reload) kill -HUP $PID && echo Reloading Database;; - stats) kill -%IOT% $PID && echo Dumping Statistics;; + stats) kill -%ABRT% $PID && echo Dumping Statistics;; trace) kill -USR1 $PID && echo Trace Level Incremented;; notrace) kill -USR2 $PID && echo Tracing Cleared;; querylog|qrylog) kill -WINCH $PID && echo Query Logging Toggled;; |