head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.04.07.18.26.01;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.23.07.36.16;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@* Update to 0.7.7
* Move from minium build to maximum (change WITH_ to WITHOUT_) by default
* Allow to build with local-cache and virus-scan features
* make startup script more smarter

PR:		50674
Submitted by:	Sergey Matveychuk <sem@@ciam.ru>
@
text
@--- src/frox.conf.orig	Sat Apr  5 17:30:35 2003
+++ src/frox.conf	Mon Apr  7 15:05:51 2003
@@@@ -18,16 +18,13 @@@@
 # commented out to listen on all local IPs.
 #
 # Listen firewall.localnet
+# Change it with your ip!
 Listen 192.168.2.1
 
 # Port to listen on. Must be supplied.
 #
 Port 2121
 
-# If specified then bind to this device
-#
-BindToDevice eth0
-
 # Whether to run from inetd. You should still define Port above, but
 # it isn't used for much.
 #
@@@@ -44,7 +41,7 @@@@
 # comment this out and copy resolver libraries into the chroot jail instead.
 # See FAQ section 3.2 for details.
 #
-ResolvLoadHack wontresolve.doesntexist.abc
+#ResolvLoadHack wontresolve.doesntexist.abc
 
 # Another ftp proxy to forward on to. Frox will contact this ftp
 # proxy, and send it a login name of the form "user@@host:port" where
@@@@ -64,8 +61,8 @@@@
 # you really want to run as root (not a good idea) you must say so
 # specifically, and have compiled with --enable-run-as-root.
 #
-# User nobody
-# Group nogroup
+User nobody
+Group nogroup
 
 # This is frox's working directory - it must be specified. Temporary
 # files and sockets will be created here. If you are using local
@@@@ -74,8 +71,8 @@@@
 # also chroot to this dir on startup. To avoid this you must specifically 
 # set DontChroot to Yes.
 #
-# WorkingDir /usr/local/lib/frox
-# DontChroot Yes
+WorkingDir /tmp
+DontChroot Yes
 
 # Logging level. 0=No logging. 5=Critical errors only. 10= All errors. 
 # 15=Errors, other important stuf. 20= Errors, connections, cache
@


1.1
log
@Add frox 0.7.4, a transparent FTP proxy with caching support.

PR:		39414
Submitted by:	Sergey Matveychuk <sem@@ciam.ru>
@
text
@d1 3
a3 3
--- src/frox.conf.orig	Wed Jun 12 08:01:44 2002
+++ src/frox.conf	Wed Jun 12 08:12:27 2002
@@@@ -18,6 +18,7 @@@@
d11 2
a12 1
@@@@ -26,7 +27,8 @@@@
d14 2
a15 2
 # If specified then bind to this device
 #
d17 1
a17 3
+# DON'T USE: It's not supported for FreeBSD
+#BindToDevice eth0
 
d20 2
a21 1
@@@@ -39,7 +41,7 @@@@
d30 1
a30 1
@@@@ -54,8 +56,8 @@@@
d41 1
a41 1
@@@@ -64,8 +66,8 @@@@
@

