freebsd-ports/ftp/frox/pkg-message
Yen-Ming Lee 0ded70bb85 * 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>
2003-04-07 18:26:01 +00:00

13 lines
597 B
Text

**************************************************************************
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
* 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
**************************************************************************