~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to .pc/pdns_control-manpage-additions/pdns/docs/pdns_control.8

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann
  • Date: 2010-04-09 17:23:24 UTC
  • mfrom: (12.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100409172324-2t10wpumqvkiy4l1
Tags: 2.9.22-4
* Add db_stop to fix an upgrade (Closes: #555311)
* Fix error in postinst of sqlite and sqlite3 (Closes: #565516)
* Updated Standards-Version to 3.8.4
* Make lintian happy
* Complete the pdns_control manpage (Closes: #556473)
* Switch to dpkg-source 3.0 (quilt) format
* Removing Christoph Haas from uploaders, thank you for the great work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH PDNS_CONTROL 8 "December 2002" "PowerDNS"
 
2
.SH NAME
 
3
pdns_control \- Control the pDNS nameserver
 
4
.SH SYNOPSIS
 
5
.B pdns_control command
 
6
.SH DESCRIPTION
 
7
\fBpdns_control\fR is used to send commands to a running pDNS nameserver.
 
8
.SH COMMANDS
 
9
.TP
 
10
.B ccounts
 
11
Show the content of the cache
 
12
.TP
 
13
.B cycle
 
14
Restart the nameserver so it reloads its configuration.
 
15
.TP
 
16
.B list
 
17
????
 
18
.TP
 
19
.B purge \fI[<record>]\fR
 
20
Purge entries from the packet cache. If the record name ends with a
 
21
dollar ($) all entries that end with that name are removed. If no record is
 
22
specified the entire cache is purged.
 
23
.TP
 
24
.B quit
 
25
Tell a running \fBpdns_server\fR to to quit.
 
26
.TP
 
27
.B set \fI<variable> <value>\fR
 
28
Set the configuration parameter \fI<variable>\fR to \fI<value>\fR. Currently
 
29
only the \fIquery\-logging\fR can be set.
 
30
.TP
 
31
.B show \fI<variable>\fR
 
32
Print the value of a specific configuration variable.
 
33
.TP
 
34
.B status
 
35
Show usage statistics.
 
36
.TP
 
37
.B uptime
 
38
Show the uptime of the running server.
 
39
.TP
 
40
.B version
 
41
Print the version of the running pdns daemon.
 
42
.SH FILES
 
43
.TP
 
44
.I <socket>
 
45
Control socket used to communicate with \fBpdns_server\fR.
 
46
.SH SEE ALSO
 
47
.BR pdns_server (8)