2002-06-23 07:36:16 +00:00
|
|
|
**************************************************************************
|
|
|
|
NOTES:
|
|
|
|
Don't forget to create %%PREFIX%%/etc/frox.conf
|
2004-01-19 08:16:22 +00:00
|
|
|
from %%PREFIX%%/etc/frox.conf.sample.
|
|
|
|
Then add `frox_enable="YES"' in /etc/rc.conf and run frox with
|
|
|
|
%%RC_DIR%%/frox%%RC_SUFX%% start
|
2002-06-23 07:36:16 +00:00
|
|
|
|
|
|
|
Or you can run frox with inetd this way:
|
2003-04-07 18:26:01 +00:00
|
|
|
* uncomment 'FromInetd yes' in your %%PREFIX%%/etc/frox.conf
|
2002-06-23 07:36:16 +00:00
|
|
|
* 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
|
|
|
|
**************************************************************************
|