8d63b9c0d842a42639dd8362c3a04cf554642cde
[dragonfly.git] / usr.sbin / named.restart / named.restart.8
1 .\" ++Copyright++ 1987, 1993
2 .\" -
3 .\" Copyright (c) 1987, 1993
4 .\"    The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
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 .\" 3. All advertising materials mentioning features or use of this software
15 .\"    must display the following acknowledgement:
16 .\"     This product includes software developed by the University of
17 .\"     California, Berkeley and its contributors.
18 .\" 4. Neither the name of the University nor the names of its contributors
19 .\"    may be used to endorse or promote products derived from this software
20 .\"    without specific prior written permission.
21 .\"
22 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" SUCH DAMAGE.
33 .\" -
34 .\" Portions Copyright (c) 1993 by Digital Equipment Corporation.
35 .\"
36 .\" Permission to use, copy, modify, and distribute this software for any
37 .\" purpose with or without fee is hereby granted, provided that the above
38 .\" copyright notice and this permission notice appear in all copies, and that
39 .\" the name of Digital Equipment Corporation not be used in advertising or
40 .\" publicity pertaining to distribution of the document or software without
41 .\" specific, written prior permission.
42 .\"
43 .\" THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
44 .\" WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
45 .\" OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
46 .\" CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
47 .\" DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
48 .\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
49 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
50 .\" SOFTWARE.
51 .\" -
52 .\" --Copyright--
53 .\"
54 .\"     from hostname.7 6.4 (Berkeley) 1/16/90
55 .\" $FreeBSD: src/usr.sbin/named.restart/named.restart.8,v 1.3.2.3 2001/08/16 15:56:09 ru Exp $
56 .\" $DragonFly: src/usr.sbin/named.restart/named.restart.8,v 1.2 2003/06/17 04:29:57 dillon Exp $
57 .\"
58 .Dd June 26, 1993
59 .Dt @INDOT_U@NAMED.RESTART @SYS_OPS_EXT_U@
60 .Os
61 .Sh NAME
62 .Nm @INDOT@named.restart
63 .Nd "stop and restart the name server"
64 .Sh DESCRIPTION
65 This command runs
66 .Xr ndc @SYS_OPS_EXT@
67 which restarts the running name server with the command line options
68 specified in
69 .Xr rc.conf 5 .
70 .Sh BUGS
71 Does not wait after killing the old server before starting a new one; since
72 the server could take some time to die and the new one will experience a
73 fatal error if the old one isn't gone by the time it starts, you can be left
74 in a situation where you have no name server at all.
75 .Sh SEE ALSO
76 .Xr @INDOT@named @SYS_OPS_EXT@ ,
77 .Xr @INDOT@named.reload @SYS_OPS_EXT@ ,
78 .Xr @INDOT@ndc @SYS_OPS_EXT@