opnsense-ports/ftp/frox/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
644 B
Text

**************************************************************************
Don't forget to create %%PREFIX%%/etc/frox.conf.
See an example in %%EXAMPLESDIR%%/frox.conf
You can use frox by two ways:
1) run as a daemon:
Add `frox_enable="YES"' in /etc/rc.conf and run %%PREFIX%%/etc/rc.d/frox.sh
2) run frox with inetd(8):
* uncomment 'FromInetd yes' in your %%PREFIX%%/etc/frox.conf
* add a line in /etc/inetd.conf:
frox stream tcp nowait nobody %%PREFIX%%/sbin/frox frox
* assign a port number for frox inside /etc/services (e.g. 2121):
frox 2121/tcp
**************************************************************************