diff options
author | Ilya Ponetayev <inste@mail.ru> | 2010-05-12 17:42:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:42:54 +0200 |
commit | 27bfeb10fd8aae59c3f44b1880c0e8e51154d3b6 (patch) | |
tree | f88b19643b69eea366ce84c6568ad564a2deb796 /network/3proxy/patches/fixup_manpages.patch | |
parent | 33156cac27b7ac0b7fcf105aec88d6b449f27da3 (diff) | |
download | slackbuilds-27bfeb10fd8aae59c3f44b1880c0e8e51154d3b6.tar.gz |
network/3proxy: Updated for version 0.6
Diffstat (limited to 'network/3proxy/patches/fixup_manpages.patch')
-rw-r--r-- | network/3proxy/patches/fixup_manpages.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/network/3proxy/patches/fixup_manpages.patch b/network/3proxy/patches/fixup_manpages.patch new file mode 100644 index 0000000000..90bfc86c6a --- /dev/null +++ b/network/3proxy/patches/fixup_manpages.patch @@ -0,0 +1,33 @@ +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
|