remove the -4 flag
This commit is contained in:
parent
a1a1f4e942
commit
b4c645f4c1
@ -3,6 +3,6 @@ In order to start Pure-FTPd at boot-time, add something like this to
|
||||
|
||||
if [ -x ${PREFIX}/sbin/pure-ftpd ]; then
|
||||
echo Starting Pure-FTPd
|
||||
${PREFIX}/sbin/pure-ftpd -4 -A -B -H -u1000
|
||||
${PREFIX}/sbin/pure-ftpd -A -B -H -u1000
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user