freebsd-ports/net/3proxy/files/patch-ab
Kirill Ponomarev 7ae777a361 - Update to version 0.4.1b
PR:		57758
Submitted by:	maintainer
2003-10-08 19:11:53 +00:00

26 lines
721 B
Text

--- 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.
-service
+#service
# service is required under NT if you want 3proxy to start as service
#log /usr/local/etc/3proxy/logs/3proxy.log D
-log c:\3proxy\logs\3proxy.log D
+log /var/log/3proxy.log D
# 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).