diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-10 20:04:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-10 20:04:36 +0000 |
commit | 52a326ce20051b15b4fbc13cc110b0102ee9bae2 (patch) | |
tree | e9aa679fa051a6394f32b4b1622fa92bcb0a118c /usr.sbin/named/man | |
parent | 5c412314ff9e5d70de6828024d391eb0cca5fd41 (diff) |
use /etc/namedb/tmp/ for storage, until we merge some 8.1 derivative
Diffstat (limited to 'usr.sbin/named/man')
-rw-r--r-- | usr.sbin/named/man/named-xfer.8 | 4 | ||||
-rw-r--r-- | usr.sbin/named/man/named.8 | 16 | ||||
-rw-r--r-- | usr.sbin/named/man/ndc.8 | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/named/man/named-xfer.8 b/usr.sbin/named/man/named-xfer.8 index de1cf30b686..664d27cf2e4 100644 --- a/usr.sbin/named/man/named-xfer.8 +++ b/usr.sbin/named/man/named-xfer.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: named-xfer.8,v 1.2 1997/03/12 10:42:15 downsj Exp $ +.\" $OpenBSD: named-xfer.8,v 1.3 1997/06/10 20:04:31 deraadt Exp $ .\" ++Copyright++ 1985 .\" - .\" Copyright (c) 1985 @@ -114,7 +114,7 @@ messages printed. .B \-l Specifies a log file for debugging messages. The default is system- dependent but is usually in -.I /var/tmp +.I /etc/namedb/tmp/ or .IR /usr/tmp . Note that this only applies if diff --git a/usr.sbin/named/man/named.8 b/usr.sbin/named/man/named.8 index e6b450fa09e..f7a2224496a 100644 --- a/usr.sbin/named/man/named.8 +++ b/usr.sbin/named/man/named.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: named.8,v 1.2 1997/03/12 10:42:16 downsj Exp $ +.\" $OpenBSD: named.8,v 1.3 1997/06/10 20:04:32 deraadt Exp $ .\" ++Copyright++ 1985 .\" - .\" Copyright (c) 1985 @@ -404,13 +404,13 @@ is built with the FORCED_RELOAD compile-time option, then SIGHUP will also cause the server to check the serial number on all secondary zones. Normally the serial numbers are only checked at the SOA-specified intervals. .IP SIGINT -Dumps the current data base and cache to /var/tmp/named_dump.db +Dumps the current data base and cache to /etc/namedb/tmp/named_dump.db .IP SIGIOT -Dumps statistics data into /var/tmp/named.stats if the server is +Dumps statistics data into /etc/namedb/tmp/named.stats if the server is compiled with -DSTATS. Statistics data is appended to the file. Some systems use SIGABRT rather than SIGIOT for this. .IP SIGSYS -Dumps the profiling data in /var/tmp if the server is compiled +Dumps the profiling data in /etc/namedb/tmp if the server is compiled with profiling (server forks, chdirs and exits). .IP SIGTERM Dumps the primary and secondary database files. @@ -427,13 +427,13 @@ Toggles logging of all incoming queries via syslog(8) (requires server to have been built with the QRYLOG option). .SH FILES .nf -.ta \w'/var/tmp/named_dump.db 'u +.ta \w'/etc/namedb/tmp/named_dump.db 'u /etc/named.boot name server configuration boot file /etc/named.pid the process id (on older systems) /var/run/named.pid the process id (on newer systems) -/var/tmp/named_dump.db dump of the name server database -/var/tmp/named.run debug output -/var/tmp/named.stats nameserver statistics data +/etc/namedb/tmp/named_dump.db dump of the name server database +/etc/namedb/tmp/named.run debug output +/etc/namedb/tmp/named.stats nameserver statistics data .fi .SH "SEE ALSO" kill(1), gethostbyname(3), signal(2), diff --git a/usr.sbin/named/man/ndc.8 b/usr.sbin/named/man/ndc.8 index df19cf117cb..514aa1dfd5c 100644 --- a/usr.sbin/named/man/ndc.8 +++ b/usr.sbin/named/man/ndc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ndc.8,v 1.2 1997/03/12 10:42:17 downsj Exp $ +.\" $OpenBSD: ndc.8,v 1.3 1997/06/10 20:04:33 deraadt Exp $ .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. .\" @@ -53,7 +53,7 @@ as shown by Causes .B named to dump its database and cache to -.B /var/tmp/named_dump.db +.B /etc/namedb/tmp/named_dump.db (uses the INT signal.) .TP .B reload @@ -66,7 +66,7 @@ and to reload those that have changed (uses the HUP signal.) Causes .B named to dump its statistics to -.B /var/tmp/named.stats +.B /etc/namedb/tmp/named.stats (uses the IOT or ABRT signal.) .TP .B trace @@ -74,7 +74,7 @@ Causes .B named to increment its ``tracing level'' by one. Whenever the tracing level is nonzero, trace information will be written to -.BR /var/tmp/named.run . +.BR /etc/namedb/tmp/named.run . Higher tracing levels result in more detailed information. (Uses the USR1 signal.) .TP @@ -82,7 +82,7 @@ Higher tracing levels result in more detailed information. Causes .B named to set its ``tracing level'' to zero, closing -.B /var/tmp/named.run +.B /etc/namedb/tmp/named.run if it is open (uses the USR2 signal.) .TP .B querylog |