From 31f2ececa8b0222c9de0caf9066abdea0210f03e Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 2 Dec 2013 11:02:57 +0100 Subject: [PATCH] loadmodule mysql in freebsd's proftpd config, fixes #1291 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 d6f09408..ee536835 100644 --- a/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf +++ b/templates/misc/configfiles/freebsd/proftpd/etc_proftpd_proftpd.conf @@ -46,6 +46,9 @@ AllowStoreRestart On DelayEngine off +LoadModule mod_sql.c +LoadModule mod_sql_mysql.c + DefaultRoot ~ RequireValidShell off