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

Collapse All | Expand All

(-)named.reload.8 (-11 / +5 lines)
Lines 61-76 Link Here
61
.Nm @INDOT@named.reload
61
.Nm @INDOT@named.reload
62
.Nd "cause the name server to synchronize its database"
62
.Nd "cause the name server to synchronize its database"
63
.Sh DESCRIPTION
63
.Sh DESCRIPTION
64
This command sends a
64
This command runs
65
.Dv SIGHUP
65
.Xr ndc
66
to the running name server.
66
which reloads the running name server.
67
This
68
signal is documented in
69
.Xr named @SYS_OPS_EXT@ .
70
.Sh BUGS
71
Does not check to see if the name server is actually running, and could
72
use a stale PID cache file which may result in the death of an unrelated
73
process.
74
.Sh SEE ALSO
67
.Sh SEE ALSO
75
.Xr @INDOT@named @SYS_OPS_EXT@ ,
68
.Xr @INDOT@named @SYS_OPS_EXT@ ,
76
.Xr @INDOT@named.restart @SYS_OPS_EXT@
69
.Xr @INDOT@named.restart @SYS_OPS_EXT@ ,
70
.Xr @INDOT@ndc @SYS_OPS_EXT@

Return to bug 28104