]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/named.reload/named.reload.8
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / named.reload / named.reload.8
1 .\"-
2 .\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer
10 .\"    in this position and unchanged.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd September 21, 2004
29 .Dt NAMED.RELOAD 8
30 .Os
31 .Sh NAME
32 .Nm named.reconfig ,
33 .Nm named.reload
34 .Nd reload name server configuration
35 .Sh SYNOPSIS
36 .Nm named.reconfig
37 .Op Fl V
38 .Op Fl c config-file
39 .Op Fl k key-file
40 .Op Fl s server
41 .Op Fl p port
42 .Op Fl y keyid
43 .Nm named.reload
44 .Op Fl V
45 .Op Fl c config-file
46 .Op Fl k key-file
47 .Op Fl s server
48 .Op Fl p port
49 .Op Fl y keyid
50 .Sh DESCRIPTION
51 The
52 .Nm named.reconfig
53 command signals the name server to reload its configuration files and
54 load any new zones.
55 .Pp
56 The
57 .Nm named.reload
58 command signals the name server to reload its configuration files and
59 all zones.
60 .Pp
61 Both these commands take the same command-line arguments as
62 .Xr rndc 8 ,
63 except for the command argument, which is implied by the name.
64 .Sh SEE ALSO
65 .Xr named.conf 5 ,
66 .Xr rndc.conf 5 ,
67 .Xr named 8 ,
68 .Xr rndc 8