Add 3proxy-0.6.1-config-path.patch under git control
This commit is contained in:
parent
154a02e352
commit
b3357f71e7
2 changed files with 20 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
|||
3proxy.init
|
||||
3proxy.cfg
|
||||
3proxy-0.6.1.tgz
|
||||
3proxy-0.6.1-config-path.patch
|
||||
/3proxy.service
|
||||
/3proxy-0.7.tgz
|
||||
|
|
|
|||
20
3proxy-0.6.1-config-path.patch
Normal file
20
3proxy-0.6.1-config-path.patch
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- man/3proxy.8.orig 2009-07-13 17:52:25.000000000 +0400
|
||||
+++ man/3proxy.8 2010-05-30 21:39:19.000000000 +0400
|
||||
@@ -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
|
||||
+#!/etc/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.cfg (3proxy.cfg)"
|
||||
.BR 3proxy
|
||||
configuration file
|
||||
.SH BUGS
|
||||
Loading…
Add table
Add a link
Reference in a new issue