View | Details | Raw Unified | Return to bug 28104 | Differences between
and this patch

Collapse All | Expand All

(-)named.restart.8 (-9 / +6 lines)
Lines 61-80 Link Here
61
.Nm @INDOT@named.restart
61
.Nm @INDOT@named.restart
62
.Nd "stop and restart the name server"
62
.Nd "stop and restart the name server"
63
.Sh DESCRIPTION
63
.Sh DESCRIPTION
64
This command sends a
64
This command runs 
65
.Dv SIGKILL
65
.Xr ndc
66
to the running name server and then
66
which restarts the running name server with the command line options
67
starts a new one with the command line options specified in
67
specified in
68
.Xr rc.conf 5 .
68
.Xr rc.conf 5 .
69
.Sh BUGS
69
.Sh BUGS
70
Does not check to see if the name server is actually running, and could
71
use a stale PID cache file which may result in the death of an unrelated
72
process.
73
.Pp
74
Does not wait after killing the old server before starting a new one; since
70
Does not wait after killing the old server before starting a new one; since
75
the server could take some time to die and the new one will experience a
71
the server could take some time to die and the new one will experience a
76
fatal error if the old one isn't gone by the time it starts, you can be left
72
fatal error if the old one isn't gone by the time it starts, you can be left
77
in a situation where you have no name server at all.
73
in a situation where you have no name server at all.
78
.Sh SEE ALSO
74
.Sh SEE ALSO
79
.Xr @INDOT@named @SYS_OPS_EXT@ ,
75
.Xr @INDOT@named @SYS_OPS_EXT@ ,
80
.Xr @INDOT@named.reload @SYS_OPS_EXT@
76
.Xr @INDOT@named.reload @SYS_OPS_EXT@ ,
77
.Xr @INDOT@ndc @SYS_OPS_EXT@

Return to bug 28104