- Update to version 0.4.1b
PR: 57758 Submitted by: maintainer
This commit is contained in:
parent
54540550d7
commit
7ae777a361
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90659
4 changed files with 15 additions and 14 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= 3proxy
|
||||
PORTVERSION= 0.4b
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.security.nnov.ru/soft/3proxy/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (3proxy.tgz) = 75796dddcd9eeec31ad785c8c14c71de
|
||||
MD5 (3proxy.tgz) = 61c0b9d6fc80c55cb2b2eca8d4b2056c
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
case "$1" in
|
||||
'start')
|
||||
%%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg & echo -n " 3proxy"
|
||||
%%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg \
|
||||
&& echo -n " 3proxy" \
|
||||
|| echo "3proxy startup failed"
|
||||
;;
|
||||
|
||||
'stop')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- 3proxy.cfg.sample.orig Mon Jul 28 14:50:42 2003
|
||||
+++ 3proxy.cfg.sample Mon Jul 28 14:51:55 2003
|
||||
--- 3proxy.cfg.sample.orig Wed Oct 8 19:35:48 2003
|
||||
+++ 3proxy.cfg.sample Wed Oct 8 20:56:52 2003
|
||||
@@ -332,12 +332,12 @@
|
||||
# this example shows you how to include passwd file. For included files
|
||||
# <CR> and <LF> are treated as field separators.
|
||||
|
@ -15,12 +15,12 @@
|
|||
# log allows to specify log file location and rotation, D means logfile
|
||||
# is created daily
|
||||
|
||||
@@ -421,7 +421,7 @@
|
||||
# like multimedia streams or online games.
|
||||
@@ -455,7 +455,7 @@
|
||||
#setuid 65535
|
||||
# now we needn't any root rights. We can chroot and setgid/setuid.
|
||||
|
||||
-#daemon
|
||||
+daemon
|
||||
# now we will not depend on any console (daemonize).
|
||||
|
||||
|
||||
auth strong
|
||||
-fflush
|
||||
+flush
|
||||
allow 3APA3A,test
|
||||
socks
|
||||
# for socks we will use password authentication and different access control -
|
||||
|
|
Loading…
Reference in a new issue