diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-11-15 23:59:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-11-15 23:59:16 +0000 |
commit | 88ba353662f83da1b3f4e25d796bdd23191c856c (patch) | |
tree | f1366f53022185cf922c52346b25fc383e5bb1d8 /dns/powerdns-recursor/files/patch-manpages | |
parent | - numpy provides f2py now and conflicts f2py. Remoe f2py from dependency. (diff) |
Add powerdns-recursor 3.1.4, an advanced DNS recursor.
PR: 105526
Submitted by: sten at blinkenlights.nl
Diffstat (limited to 'dns/powerdns-recursor/files/patch-manpages')
-rw-r--r-- | dns/powerdns-recursor/files/patch-manpages | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dns/powerdns-recursor/files/patch-manpages b/dns/powerdns-recursor/files/patch-manpages new file mode 100644 index 000000000000..835e237e76ea --- /dev/null +++ b/dns/powerdns-recursor/files/patch-manpages @@ -0,0 +1,58 @@ +--- rec_control.1.orig Tue Nov 14 13:47:26 2006 ++++ rec_control.1 Tue Nov 14 13:47:55 2006 +@@ -17,7 +17,7 @@ + .el .ne 3 + .IP "\\$1" \\$2 + .. +-.TH "REC_CONTROL" 1 "" "" "" ++.TH "REC_CONTROL" 8 "" "" "" + .SH NAME + rec_control \- control pdns_recursor + .SH "SYNOPSIS" +@@ -28,7 +28,7 @@ + .SH "DESCRIPTION" + + +-rec_control(1) allows the operator to control a running instance of the pdns_recursor\&. ++rec_control(8) 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/rec\-control\&.html +@@ -111,7 +111,7 @@ + .SH "SEE ALSO" + + +-pdns_recursor(1) ++pdns_recursor(8) + + .SH "COPYING" + +--- pdns_recursor.1.orig Tue Nov 14 13:48:13 2006 ++++ pdns_recursor.1 Tue Nov 14 13:48:44 2006 +@@ -17,7 +17,7 @@ + .el .ne 3 + .IP "\\$1" \\$2 + .. +-.TH "PDNS_RECURSOR" 1 "" "" "" ++.TH "PDNS_RECURSOR" 8 "" "" "" + .SH NAME + pdns_recursor \- high-performance, simple and secure recursing nameserver + .SH "SYNOPSIS" +@@ -28,7 +28,7 @@ + .SH "DESCRIPTION" + + +-pdns_recursor(1) is a high performance, simple and secure recursing nameserver\&. It currently powers over two million internet connections\&. ++pdns_recursor(8) is a high performance, simple and secure recursing nameserver\&. It currently powers over two million internet connections\&. + + + The recursor is configured via a configuration file, but each item in that file can be overridden on the command line\&. +@@ -211,7 +211,7 @@ + .SH "SEE ALSO" + + +-rec_control(1) ++rec_control(8) + + .SH "COPYING" + |