From 60a82d5711c2b5adff353042ed8527357cceec1a 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 (#5785) --- 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 29169ab33..612e90b5a 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