From 65bab15c7f744608e387a6bf1f4a5f40f746570a Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 27 Jan 2014 10:56:54 +0100 Subject: [PATCH] add missing quota-modules to freebsd's proftpd config-template, fixes #1361 Signed-off-by: Michael Kaufmann (d00p) --- .../misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf b/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf index ee536835..b7725ae2 100644 --- a/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf @@ -31,6 +31,9 @@ AllowOverwrite on AllowRetrieveRestart On AllowStoreRestart On +LoadModule mod_quotatab.c +LoadModule mod_quotatab_sql.c + QuotaEngine on QuotaShowQuotas on