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

« back to all changes in this revision

Viewing changes to debian/patches/pdns_control-manpage-additions

  • 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
Index: b/pdns/docs/pdns_control.8
 
2
===================================================================
 
3
--- a/pdns/docs/pdns_control.8
 
4
+++ b/pdns/docs/pdns_control.8
 
5
@@ -10,26 +10,38 @@
 
6
 .B ccounts
 
7
 Show the content of the cache
 
8
 .TP
 
9
+.B notify \fI<domain>\fR
 
10
+Adds a domain to the notification list, causing PDNS to send out notifications to the nameservers of a domain. Can be used if a slave missed previous notifications or is generally hard of hearing.
 
11
+.TP
 
12
+.B notify-host \fI<domain>\fR \fI<host>\fR
 
13
+Same as above but with operator specified IP address as destination, to be used if you know better than PowerDNS.
 
14
+.TP
 
15
 .B cycle
 
16
 Restart the nameserver so it reloads its configuration.
 
17
 .TP
 
18
-.B list
 
19
-????
 
20
+.B ping
 
21
+Check if the server is alive.
 
22
 .TP
 
23
 .B purge \fI[<record>]\fR
 
24
 Purge entries from the packet cache. If the record name ends with a
 
25
 dollar ($) all entries that end with that name are removed. If no record is
 
26
 specified the entire cache is purged.
 
27
 .TP
 
28
-.B quit
 
29
-Tell a running \fBpdns_server\fR to to quit.
 
30
+.B rediscover
 
31
+Instructs backends that new domains may have appeared in the database, or, in the case of the Bind backend, in named.conf.
 
32
+.TP
 
33
+.B retrieve \fI<domain>\fR
 
34
+Retrieve a slave domain from its master. Done nearly immediatly.
 
35
 .TP
 
36
 .B set \fI<variable> <value>\fR
 
37
 Set the configuration parameter \fI<variable>\fR to \fI<value>\fR. Currently
 
38
 only the \fIquery\-logging\fR can be set.
 
39
 .TP
 
40
 .B show \fI<variable>\fR
 
41
-Print the value of a specific configuration variable.
 
42
+Show a single statistic, as present in the output of the list command.
 
43
+.TP
 
44
+.B quit
 
45
+Tell a running \fBpdns_server\fR to quit.
 
46
 .TP
 
47
 .B status
 
48
 Show usage statistics.