[Packages] admin/htop: Update to 0.7 (#3415)
[openwrt/svn-archive/archive.git] / net / vsftpd / patches / 003-chroot.patch
1 Index: vsftpd-2.0.6/tunables.c
2 ===================================================================
3 --- vsftpd-2.0.6.orig/tunables.c 2008-04-13 11:41:08.000000000 +0200
4 +++ vsftpd-2.0.6/tunables.c 2008-04-13 11:41:09.000000000 +0200
5 @@ -100,7 +100,7 @@
6 /* -rw------- */
7 unsigned int tunable_chown_upload_mode = 0600;
8
9 -const char* tunable_secure_chroot_dir = "/usr/share/empty";
10 +const char* tunable_secure_chroot_dir = "/var/run/vsftpd";
11 const char* tunable_ftp_username = "ftp";
12 const char* tunable_chown_username = "root";
13 const char* tunable_xferlog_file = "/var/log/xferlog";