From be140e0f3ab95f35cb107948266b9abe55bb8a32 Mon Sep 17 00:00:00 2001 From: BlacK201 <31283228+BlacK201@users.noreply.github.com> Date: Sun, 15 Nov 2020 09:10:37 +0800 Subject: [PATCH] vsftpd: use localtime by default --- package/lean/vsftpd-alt/files/vsftpd_prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lean/vsftpd-alt/files/vsftpd_prepare b/package/lean/vsftpd-alt/files/vsftpd_prepare index 29169ab33c..612e90b5aa 100755 --- a/package/lean/vsftpd-alt/files/vsftpd_prepare +++ b/package/lean/vsftpd-alt/files/vsftpd_prepare @@ -253,5 +253,6 @@ else fi output_const "seccomp_sandbox" NO +output_const "use_localtime" YES exit 0