2009-08-09 10:25:28 +00:00
|
|
|
--- a/tunables.c
|
|
|
|
+++ b/tunables.c
|
2012-04-10 14:54:07 +00:00
|
|
|
@@ -254,7 +254,7 @@ tunables_load_defaults()
|
2009-04-08 10:14:02 +00:00
|
|
|
/* -rw------- */
|
|
|
|
tunable_chown_upload_mode = 0600;
|
2006-07-24 18:45:15 +00:00
|
|
|
|
2009-04-08 10:14:02 +00:00
|
|
|
- install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir);
|
|
|
|
+ install_str_setting("/var/run/vsftpd", &tunable_secure_chroot_dir);
|
|
|
|
install_str_setting("ftp", &tunable_ftp_username);
|
|
|
|
install_str_setting("root", &tunable_chown_username);
|
|
|
|
install_str_setting("/var/log/xferlog", &tunable_xferlog_file);
|