summaryrefslogtreecommitdiff
path: root/net/3proxy/files/patch-cfg_3proxy.cfg.sample
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-10-22 19:36:03 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-10-22 19:36:03 +0000
commit35eff3e9e89d642bc74eb4e101fa4e32fafe8b69 (patch)
tree789fa387b71257ecd60fe92d4232a5ab613e6c0d /net/3proxy/files/patch-cfg_3proxy.cfg.sample
parent. Udpate to 9.0.1 (diff)
* Updated to 0.8.11
* Fixed patches to satisfy portlint - Fixed: deadlock on insufficient resources - Fixed: race condition in ssl_plugin - Fixed: minor memory leak on configuration reload - Fixed: recursion detection was not working - Fixed: %n for IPv6 in logging terminates log record - Fixed: reverse PTR validation (required for dnsauth) - Fixed: error on external 0.0.0.0 for NOIPV6 (light version) - Better support for IPv6 in ftppr PR: 223148 Submitted by: t^@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=452682
Diffstat (limited to 'net/3proxy/files/patch-cfg_3proxy.cfg.sample')
-rw-r--r--net/3proxy/files/patch-cfg_3proxy.cfg.sample22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/3proxy/files/patch-cfg_3proxy.cfg.sample b/net/3proxy/files/patch-cfg_3proxy.cfg.sample
new file mode 100644
index 000000000000..9496239afbe5
--- /dev/null
+++ b/net/3proxy/files/patch-cfg_3proxy.cfg.sample
@@ -0,0 +1,22 @@
+--- cfg/3proxy.cfg.sample.orig 2017-10-20 15:02:38 UTC
++++ cfg/3proxy.cfg.sample
+@@ -30,15 +30,15 @@ users 3APA3A:CL:3apa3a "test:CR:$1$qwer$
+ # this example shows you how to include passwd file. For included files
+ # <CR> and <LF> are treated as field separators.
+
+-#daemon
++daemon
+ # now we will not depend on any console (daemonize). daemon must be given
+ # before any significant command on *nix.
+
+-service
++#service
+ # service is required under NT if you want 3proxy to start as service
+
+-#log /var/log/3proxy/log D
+-log c:\3proxy\logs\3proxy.log D
++log /var/log/3proxy/log D
++#log c:\3proxy\logs\3proxy.log D
+ # log allows to specify log file location and rotation, D means logfile
+ # is created daily
+