1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/ftp/frox/files/pkg-message.in
Sergey Matveychuk 346ee7892f - Utilize new features: USE_RC_SUBR, SUB_FILES. It simplifies Makefile.
- Fix pkg-message
- Remove redundant code from a startup script
- Install a sample config in EXAMPLESDIR instead of PREFIX/etc
- Refine pkg-descr a little
2006-02-07 12:50:29 +00:00

16 lines
644 B
Plaintext

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