diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-03 00:01:37 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-03 00:01:37 +0100 |
commit | 4a370150f533c16a858dc7904b9d52060c02e8eb (patch) | |
tree | 3ee76999440d628afff83a13fbdc6372e66d0e67 /testing/pure-ftpd/pure-ftpd.confd | |
parent | abfa125c710f2baaad2be4378be8e060e88b4416 (diff) | |
download | aports-4a370150f533c16a858dc7904b9d52060c02e8eb.tar.bz2 aports-4a370150f533c16a858dc7904b9d52060c02e8eb.tar.xz |
testing/pure-ftpd: upgrade to 1.0.36 and initd
Diffstat (limited to 'testing/pure-ftpd/pure-ftpd.confd')
-rw-r--r-- | testing/pure-ftpd/pure-ftpd.confd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/pure-ftpd/pure-ftpd.confd b/testing/pure-ftpd/pure-ftpd.confd index f14cb0b19c..29b15a5a89 100644 --- a/testing/pure-ftpd/pure-ftpd.confd +++ b/testing/pure-ftpd/pure-ftpd.confd @@ -19,9 +19,6 @@ SERVER="-S 21" MAX_CONN="-c 30" MAX_CONN_IP="-C 10" -## Start daemonized in background ## -DAEMON="-B" - ## Don't allow uploads if the partition is more full then this var ## DISK_FULL="-k 90%" |