~ubuntu-branches/ubuntu/trusty/pdns/trusty-security

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Haber, Marc Haber, Evgeni Golov
  • Date: 2012-05-11 23:51:27 UTC
  • mfrom: (1.1.9) (12.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120511235127-v0qjuaplfckcb2cd
Tags: 3.1-1
[ Marc Haber ]
* Imported Upstream version 3.1
  * reduce column size for 'algorithm' to 50. Closes: #662935
  * handle smallcaps RRs. Closes: #656788
* refresh patches
* remove unused patches
* add patch to turn off the traceback handler at run time
* add patch for changeset 2575 (race condition with supermasters)
* fix mysql multiarch build failure, set cflags etc to hardening defaults
* do not run bootstrap a build time, using autotools_dev
* use dh-autoreconf, remove autofoo created files from
  patches/fix-mongodb-backend-patch
* fix dh invocation
* create MySQL databases with engine=innodb instead of type
* set debian/compat to 9
* Standards-Version: 3.9.3 (no changes needed)
* add myself to uploaders, change Vcs-Header to my git. Closes: #672550

[ Evgeni Golov ]
* use system libpolarssl if present, local copy otherwise.
  Closes: #671856, #656861

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/pdns/docs/pdns_control.8
2
 
+++ b/pdns/docs/pdns_control.8
3
 
@@ -2,34 +2,79 @@
4
 
 .SH NAME
5
 
 pdns_control \- Control the pDNS nameserver
6
 
 .SH SYNOPSIS
7
 
-.B pdns_control command
8
 
+.B pdns_control \fI[options]\fR command
9
 
 .SH DESCRIPTION
10
 
 \fBpdns_control\fR is used to send commands to a running pDNS nameserver.
11
 
+.SH OPTIONS
12
 
+A summary of options is included below.
13
 
+.TP
14
 
+.B \-\-help
15
 
+.br
16
 
+Show summary of options.
17
 
+.TP
18
 
+.B \-\-chroot\=...
19
 
+.br
20
 
+Where PowerDNS is chrooted
21
 
+.TP
22
 
+.B \-\-config\-dir\=...
23
 
+.br
24
 
+Location of configuration directory (pdns.conf)
25
 
+.TP
26
 
+.B \-\-config\-name\=...
27
 
+.br
28
 
+Name of this virtual configuration - will rename the binary image
29
 
+.TP
30
 
+.B \-\-remote\-address\=...
31
 
+.br
32
 
+Remote address to query
33
 
+.TP
34
 
+.B \-\-remote\-port\=...
35
 
+.br
36
 
+Remote port to query
37
 
+.TP
38
 
+.B \-\-secret\=...
39
 
+.br
40
 
+Secret needed to connect to remote PowerDNS
41
 
+.TP
42
 
+.B \-\-socket\-dir\=...
43
 
+Where the controlsocket will live
44
 
 .SH COMMANDS
45
 
 .TP
46
 
 .B ccounts
47
 
 Show the content of the cache
48
 
 .TP
49
 
+.B notify \fI<domain>\fR
50
 
+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.
51
 
+.TP
52
 
+.B notify-host \fI<domain>\fR \fI<host>\fR
53
 
+Same as above but with operator specified IP address as destination, to be used if you know better than PowerDNS.
54
 
+.TP
55
 
 .B cycle
56
 
 Restart the nameserver so it reloads its configuration.
57
 
 .TP
58
 
-.B list
59
 
-????
60
 
+.B ping
61
 
+Check if the server is alive.
62
 
 .TP
63
 
 .B purge \fI[<record>]\fR
64
 
 Purge entries from the packet cache. If the record name ends with a
65
 
 dollar ($) all entries that end with that name are removed. If no record is
66
 
 specified the entire cache is purged.
67
 
 .TP
68
 
-.B quit
69
 
-Tell a running \fBpdns_server\fR to to quit.
70
 
+.B rediscover
71
 
+Instructs backends that new domains may have appeared in the database, or, in the case of the Bind backend, in named.conf.
72
 
+.TP
73
 
+.B retrieve \fI<domain>\fR
74
 
+Retrieve a slave domain from its master. Done nearly immediatly.
75
 
 .TP
76
 
 .B set \fI<variable> <value>\fR
77
 
 Set the configuration parameter \fI<variable>\fR to \fI<value>\fR. Currently
78
 
 only the \fIquery\-logging\fR can be set.
79
 
 .TP
80
 
 .B show \fI<variable>\fR
81
 
-Print the value of a specific configuration variable.
82
 
+Show a single statistic, as present in the output of the list command.
83
 
+.TP
84
 
+.B quit
85
 
+Tell a running \fBpdns_server\fR to quit.
86
 
 .TP
87
 
 .B status
88
 
 Show usage statistics.