From ebc79a79978f58766b00a9e2d0e0f7d619a24a4d Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Wed, 19 Apr 2006 19:31:41 +0000 Subject: [PATCH] second one! git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@744 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/rec_control.1.txt | 66 +++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 pdns/docs/rec_control.1.txt diff --git a/pdns/docs/rec_control.1.txt b/pdns/docs/rec_control.1.txt new file mode 100644 index 000000000..9e04f07a8 --- /dev/null +++ b/pdns/docs/rec_control.1.txt @@ -0,0 +1,66 @@ +PDNS_RECURSOR(1) +================ +bert hubert +v3.0, 19 April 2006 + +NAME +---- +rec_control - control pdns_recursor + +SYNOPSIS +-------- +'rec_control' [--help] [--socket-dir] [--socket-pid] command .. + +DESCRIPTION +----------- +rec_control(1) allows the operator to control a running instance +of the pdns_recursor. + +The commands that can be passed to the recursor are described on +http://doc.powerdns.com/built-in-recursor.html + +EXAMPLES +-------- + +To stop the recursor by hand, run: + + # rec_control quit + +To dump the cache to disk, execute: + + # rec_control dump-cache /tmp/the-cache + +OPTIONS +------- + +--help:: + provide this helpful message + +--socket-dir:: + Where the controlsocket will live + +--socket-pid:: + When running in SMP mode, pid of pdns_recursor to control + +BUGS +---- +None known. File new ones at http://wiki.powerdns.com. + +AUTHOR +------ +Written by PowerDNS.COM BV, bert hubert, + +RESOURCES +--------- +Website: http://wiki.powerdns.com, http://www.powerdns.com + +SEE ALSO +-------- +pdns_recursor(1) + +COPYING +------- +Copyright (C) 2006 PowerDNS.COM BV. Free use of this software +is granted under the terms of the GNU General Public License (GPL) version +2. + -- 2.49.0