822f0bd136
- use rcNG script - make configure script happy with CONFIGURE_TARGET - use PORTDOCS to autoaddition docs in PLIST PR: 61561 Submitted by: maintainer
15 lines
638 B
Plaintext
15 lines
638 B
Plaintext
**************************************************************************
|
|
NOTES:
|
|
Don't forget to create %%PREFIX%%/etc/frox.conf
|
|
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
|
|
|
|
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
|
|
**************************************************************************
|