diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-20 16:45:18 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-20 16:45:18 +0000 |
commit | 68fa1a9eb9fdf44868e8b8c7085b0dcfabb44c07 (patch) | |
tree | e3779ae38a2a8eab8ede558a48f97d09db67f5c5 /net/3proxy/files/patch-ab | |
parent | - Update to version 1.7.8 (diff) |
Update to latest stable release 0.4.3b.
Make some improvments, SIZEfy.
Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]:
Operation timed out)
Diffstat (limited to '')
-rw-r--r-- | net/3proxy/files/patch-ab | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/net/3proxy/files/patch-ab b/net/3proxy/files/patch-ab index 918af3171a7c..ce31aa87fcf1 100644 --- a/net/3proxy/files/patch-ab +++ b/net/3proxy/files/patch-ab @@ -1,12 +1,15 @@ ---- 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 @@ +--- 3proxy.cfg.sample.orig Fri Feb 13 18:09:36 2004 ++++ 3proxy.cfg.sample Fri Feb 13 18:11:20 2004 +@@ -341,14 +341,14 @@ # this example shows you how to include passwd file. For included files # <CR> and <LF> are treated as field separators. -service +#service # service is required under NT if you want 3proxy to start as service +-#daemon ++daemon + # now we will not depend on any console (daemonize). #log /usr/local/etc/3proxy/logs/3proxy.log D @@ -15,12 +18,3 @@ # log allows to specify log file location and rotation, D means logfile # is created daily -@@ -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). - - |