From f9e8a99a79dcc80cb3059fb0f43e691cc86e660b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 6 Apr 2015 17:04:41 +0200 Subject: [PATCH 1/2] Non-US locale warning for proftpd --- config/filter.d/proftpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/filter.d/proftpd.conf b/config/filter.d/proftpd.conf index ac714cc1..1e31e24c 100644 --- a/config/filter.d/proftpd.conf +++ b/config/filter.d/proftpd.conf @@ -2,6 +2,9 @@ # # Set "UseReverseDNS off" in proftpd.conf to avoid the need for DNS. # See: http://www.proftpd.org/docs/howto/DNS.html +# When the default locale for your system is not en_US.UTF-8 +# be sure to add this to /etc/default/proftpd +# export LC_TIME="en_US.UTF-8" [INCLUDES] From e776a4e1abede826100a7bb4645277cd78136e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 8 Apr 2015 15:57:39 +0200 Subject: [PATCH 2/2] Update proftpd.conf --- config/filter.d/proftpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/proftpd.conf b/config/filter.d/proftpd.conf index 1e31e24c..4bc0ba01 100644 --- a/config/filter.d/proftpd.conf +++ b/config/filter.d/proftpd.conf @@ -3,7 +3,7 @@ # Set "UseReverseDNS off" in proftpd.conf to avoid the need for DNS. # See: http://www.proftpd.org/docs/howto/DNS.html # When the default locale for your system is not en_US.UTF-8 -# be sure to add this to /etc/default/proftpd +# on Debian-based systems be sure to add this to /etc/default/proftpd # export LC_TIME="en_US.UTF-8" [INCLUDES]