diff options
author | dd <dd@FreeBSD.org> | 2001-06-14 04:28:45 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-14 04:28:45 +0000 |
commit | 3bfa3d758ca921affa4c83b425077a49b2b2c30e (patch) | |
tree | 3b1c24b7678d1141f6cafb862948e7466fccca94 /usr.sbin/named.restart | |
parent | e0f60f375647590faadab1692e0101a6ad3419cb (diff) | |
download | FreeBSD-src-3bfa3d758ca921affa4c83b425077a49b2b2c30e.zip FreeBSD-src-3bfa3d758ca921affa4c83b425077a49b2b2c30e.tar.gz |
This program uses ndc(8); it doesn't send a signal itself.
PR: 28104
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Diffstat (limited to 'usr.sbin/named.restart')
-rw-r--r-- | usr.sbin/named.restart/named.restart.8 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/named.restart/named.restart.8 b/usr.sbin/named.restart/named.restart.8 index 7b89d93..efbddb7 100644 --- a/usr.sbin/named.restart/named.restart.8 +++ b/usr.sbin/named.restart/named.restart.8 @@ -61,20 +61,17 @@ .Nm @INDOT@named.restart .Nd "stop and restart the name server" .Sh DESCRIPTION -This command sends a -.Dv SIGKILL -to the running name server and then -starts a new one with the command line options specified in +This command runs +.Xr ndc @SYS_OPS_EXT@ +which restarts the running name server with the command line options +specified in .Xr rc.conf 5 . .Sh BUGS -Does not check to see if the name server is actually running, and could -use a stale PID cache file which may result in the death of an unrelated -process. -.Pp Does not wait after killing the old server before starting a new one; since the server could take some time to die and the new one will experience a fatal error if the old one isn't gone by the time it starts, you can be left in a situation where you have no name server at all. .Sh SEE ALSO .Xr @INDOT@named @SYS_OPS_EXT@ , -.Xr @INDOT@named.reload @SYS_OPS_EXT@ +.Xr @INDOT@named.reload @SYS_OPS_EXT@ , +.Xr @INDOT@ndc @SYS_OPS_EXT@ |