openbsd-ports/net/pure-ftpd/pkg/MESSAGE
brad 34fb644a20 upgrade to pure-ftpd 1.0.16b
--
From: Frank Denis <j at pureftpd dot org>
With a fix from me for the header check for sys/mount.h, we need to include
sys/param.h first.
2003-10-25 22:50:24 +00:00

12 lines
322 B
Plaintext

In order to start Pure-FTPd at boot-time, add something like this to
/etc/rc.local:
if [ -x ${PREFIX}/sbin/pure-ftpd ]; then
echo Starting pure-ftpd
${PREFIX}/sbin/pure-ftpd -4 -A -B -H -u1000
fi
By default, Pure-FTPd will only listen to IPv6 addresses unless you
explicitely add the -4 switch to the command-line.