packages/net/vsftpd/patches/003-chroot.patch
florian 75e83ca7d2 [package] update vsftpd to 2.1.0 (#4694)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08 10:14:02 +00:00

14 lines
632 B
Diff

Index: vsftpd-2.0.6/tunables.c
===================================================================
--- vsftpd-2.1.0.orig/tunables.c 2008-04-13 11:41:08.000000000 +0200
+++ vsftpd-2.1.0/tunables.c 2008-04-13 11:41:09.000000000 +0200
@@ -242,7 +242,7 @@
/* -rw------- */
tunable_chown_upload_mode = 0600;
- 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);