**************************************************************************
NOTES:
Don't forget to create /usr/local/etc/frox.conf 
from /usr/local/etc/frox.conf.sample and then run frox by 
/usr/local/etc/rc.d/frox.sh start

Or you can run frox with inetd this way:
* uncomment 'FromInetd yes' in your /usr/local/etc/frox.conf
* add this line in /etc/inetd.conf:
frox     stream  tcp     nowait  nobody    /usr/local/sbin/frox    frox
* and assign port number for frox you want in /etc/services (e.g. 2121):
frox	2121/tcp
**************************************************************************
