diff options
author | will <will@FreeBSD.org> | 2002-06-23 15:36:16 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-23 15:36:16 +0800 |
commit | 4c9903ff9534d361e582894ffa9562fcfcb4ccb0 (patch) | |
tree | b87838f7561102d332c255d65315b7d4cd1ff092 /ftp/frox/pkg-message | |
parent | 29d62468cf1be2932094e87d1dfb633aca361a92 (diff) | |
download | freebsd-ports-gnome-4c9903ff9534d361e582894ffa9562fcfcb4ccb0.tar.gz freebsd-ports-gnome-4c9903ff9534d361e582894ffa9562fcfcb4ccb0.tar.zst freebsd-ports-gnome-4c9903ff9534d361e582894ffa9562fcfcb4ccb0.zip |
Add frox 0.7.4, a transparent FTP proxy with caching support.
PR: 39414
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Diffstat (limited to 'ftp/frox/pkg-message')
-rw-r--r-- | ftp/frox/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/frox/pkg-message b/ftp/frox/pkg-message new file mode 100644 index 000000000000..a4d0edca9159 --- /dev/null +++ b/ftp/frox/pkg-message @@ -0,0 +1,14 @@ +************************************************************************** +NOTES: +Don't forget to create %%PREFIX%%/etc/frox.conf +from %%PREFIX%%/etc/frox.conf.sample and then run frox by +%%PREFIX%%/etc/rc.d/frox.sh start + +Or you can run frox with inetd this way: +* uncomment 'FromInetd yes' in your %%PREFIX%%/etc/frox.conf (so frox +would not run on startup by %%PREFIX%%/etc/rc.d/frox.sh) +* add this line in /etc/inetd.conf: +frox stream tcp nowait nobody %%PREFIX%%/sbin/frox frox +* and assign port number for frox you want in /etc/services (e.g. 2121): +frox 2121/tcp +************************************************************************** |