0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 19:23:09 +00:00
Files
packages/net/vsftpd/files/vsftpd.uci
Mohd Husaam Mehdi e5ceb59553 vsftpd: handle migration and fix secure_chroot_dir error
* update UCI to use the traditional vsftpd.conf so
  that people migrating from non-uci version do not face problems
* if secure_chroot_dir is not provided specifically, then create
  an empty directory where vsftpd usually expects it

Signed-off-by: Mohd Husaam Mehdi <husaam.mehdi@iopsys.eu>
2025-01-10 16:02:24 +01:00

5 lines
98 B
Plaintext

config global 'global'
option disabled '0'
option mdns '0'
option conf_file '/etc/vsftpd.conf'