summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-31 17:28:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-31 17:28:36 +0000
commit812a18846583306e77aa9ed5846e0671839d9816 (patch)
treec356d6bca82006fe094de3800afad5aa039cda6b /usr.sbin
parent37380f610d0c9dfe800d7bae153d3711b0a0badf (diff)
update paths
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/named/man/named.824
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/named/man/named.8 b/usr.sbin/named/man/named.8
index d66de8d9d92..49a7fb23d49 100644
--- a/usr.sbin/named/man/named.8
+++ b/usr.sbin/named/man/named.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: named.8,v 1.5 1998/05/23 19:24:46 millert Exp $
+.\" $OpenBSD: named.8,v 1.6 1998/05/31 17:28:35 millert Exp $
.\" ++Copyright++ 1985
.\" -
.\" Copyright (c) 1985
@@ -89,7 +89,7 @@ See RFC's 1033, 1034, and 1035 for more information on the Internet
name-domain system. Without any arguments,
.I named
will read the default boot file
-.IR /etc/named.boot ,
+.IR /var/named/named.boot ,
read any initial data and listen for queries.
.PP
Options are:
@@ -435,13 +435,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 /etc/namedb/tmp/named_dump.db
+Dumps the current data base and cache to /var/named/named_dump.db
.IP SIGIOT
-Dumps statistics data into /etc/namedb/tmp/named.stats if the server is
+Dumps statistics data into /var/named/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 /etc/namedb/tmp if the server is compiled
+Dumps the profiling data in /var/named if the server is compiled
with profiling (server forks, chdirs and exits).
.IP SIGTERM
Dumps the primary and secondary database files.
@@ -458,13 +458,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'/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)
-/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
+.ta \w'/var/named/named_dump.db 'u
+/var/named/named.boot name server configuration boot file
+/var/run/named.pid the process id
+/var/named/named.pid the process id (if named is chroot'd)
+/var/named/named_dump.db dump of the name server database
+/var/named/named.run debug output
+/var/named/named.stats nameserver statistics data
.fi
.SH "SEE ALSO"
kill(1), gethostbyname(3), signal(2),