freebsd-ports/net/3proxy/files/patch-man
Kirill Ponomarev 57a197b095 Update to 0.8.12
* utilize logdir
* use gzip as default archiver in config
* install pamauth.so plugin

PR:		227700
Submitted by:	maintainer
2018-04-22 17:26:23 +00:00

156 lines
5 KiB
Text

--- man/3proxy.8.orig 2018-04-18 19:48:45 UTC
+++ man/3proxy.8
@@ -26,7 +26,7 @@ It can establish multiple
gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4,
v4.5 and v5, POP3 proxy, UDP and TCP portmappers. Each gateway is started
from configuration file like independant service
-.BR proxy (8)
+.BR httppr (8)
.BR socks (8)
.BR pop3p (8)
.BR tcppm (8)
@@ -84,7 +84,7 @@ directory). Under Unix, if no config fil
configuration from stdin. It makes it possible to use 3proxy.cfg file as
executable script just by setting +x mode and adding
.br
-#!/usr/local/3proxy/3proxy
+#!/usr/local/bin/3proxy
.br
as a first line in 3proxy.cfg
.TP
@@ -133,14 +133,14 @@ Web admin service can also be used to re
wget to automate this task.
.SH FILES
.TP
-.I "/usr/local/3proxy/3proxy.cfg (3proxy.cfg)"
+.I "/usr/local/etc/3proxy.cfg (3proxy.cfg)"
.BR 3proxy
configuration file
.SH BUGS
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8),
+3proxy.cfg(3), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8),
kill(1), syslogd(8),
.br
http://3proxy.ru/
--- man/3proxy.cfg.3.orig 2018-04-18 19:48:45 UTC
+++ man/3proxy.cfg.3
@@ -153,7 +153,7 @@ listen on given local HOST:port for inco
connect to given remote HOST:port instead of listening local connection on -p or default port. Can be used with another 3proxy service running -R option for connect back functionality. Most commonly used with proxy or socks. HOST can be given as IP or hostname, useful in case of dynamic DNS.
.br
Also, all options mentioned for
-.BR proxy (8)
+.BR httppr (8)
.BR socks (8)
.BR pop3p (8)
.BR tcppm (8)
@@ -954,7 +954,7 @@ corruption and/or Content-Length chaging
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH TRIVIA
--- man/ftppr.8.orig 2018-04-18 19:48:45 UTC
+++ man/ftppr.8
@@ -79,7 +79,7 @@ Only cleartext authentication is current
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/icqpr.8.orig 2018-04-18 19:48:45 UTC
+++ man/icqpr.8
@@ -72,7 +72,7 @@ as a destination in client application.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/pop3p.8.orig 2018-04-18 19:48:45 UTC
+++ man/pop3p.8
@@ -75,7 +75,7 @@ we know which server to connect.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
+3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/proxy.8.orig 2018-04-18 19:48:45 UTC
+++ man/proxy.8
@@ -1,15 +1,15 @@
-.TH proxy "8" "January 2016" "3proxy 0.8" "Universal proxy server"
+.TH httppr "8" "July 2009" "3proxy 0.7" "Universal proxy server"
.SH NAME
-.B proxy
+.B httppr
\- HTTP proxy gateway service
.SH SYNOPSIS
-.BR "proxy " [ -d ][ -a ]
+.BR "httppr " [ -d ][ -a ]
.IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]]
.IB \fR[ -p port\fR]
.IB \fR[ -i internal_ip\fR]
.IB \fR[ -e external_ip\fR]
.SH DESCRIPTION
-.B proxy
+.B httppr
is HTTP gateway service with HTTPS and FTP over HTTPS support.
.SH OPTIONS
.TP
--- man/smtpp.8.orig 2018-04-18 19:48:45 UTC
+++ man/smtpp.8
@@ -76,7 +76,7 @@ we know which server to connect.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
+3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/socks.8.orig 2018-04-18 19:48:45 UTC
+++ man/socks.8
@@ -71,7 +71,7 @@ instead.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/tcppm.8.orig 2018-04-18 19:48:45 UTC
+++ man/tcppm.8
@@ -65,7 +65,7 @@ as a destination in client application.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS
--- man/udppm.8.orig 2018-04-18 19:48:45 UTC
+++ man/udppm.8
@@ -71,7 +71,7 @@ as a destination in client application.
Report all bugs to
.BR 3proxy@3proxy.ru
.SH SEE ALSO
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
+3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
.br
http://3proxy.ru/
.SH AUTHORS