slackbuilds_ponce/network/3proxy/patches/fixup_manpages.patch
2010-05-12 17:42:54 +02:00

33 lines
1.3 KiB
Diff

diff -Nur 3proxy-0.6.orig/man/3proxy.8 3proxy-0.6/man/3proxy.8
--- 3proxy-0.6.orig/man/3proxy.8 2007-03-01 06:08:33.000000000 -0600
+++ 3proxy-0.6/man/3proxy.8 2009-06-24 12:36:24.277595082 -0500
@@ -84,7 +84,7 @@
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/bin/3proxy
.br
as a first line in 3proxy.cfg
.TP
@@ -133,7 +133,7 @@
wget to automate this task.
.SH FILES
.TP
-.I "/usr/local/3proxy/3proxy.cfg (3proxy.cfg)"
+.I "/etc/3proxy/3proxy.cfg (3proxy.cfg)"
.BR 3proxy
configuration file
.SH BUGS
diff -Nur 3proxy-0.6.orig/man/3proxy.cfg.3 3proxy-0.6/man/3proxy.cfg.3
--- 3proxy-0.6.orig/man/3proxy.cfg.3 2009-02-02 04:00:11.000000000 -0600
+++ 3proxy-0.6/man/3proxy.cfg.3 2009-06-24 12:37:03.844291883 -0500
@@ -30,7 +30,7 @@
File inclusion:
.br
You can include file by using $FILENAME macro (replace FILENAME with a path
-to file, for example $/usr/local/etc/3proxy/conf.incl or
+to file, for example $/etc/3proxy/conf.incl or
$"c:\\Program Files\\3proxy\\include.cfg" Quotation is
required in last example because path contains space character.
For included file <CR> (end of line characters) is treated as space character