X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fvsftpd%2Fpatches%2F003-chroot.patch;h=63520c573948d598bcc2c698d0ff9511cdd380c3;hp=e80d1377b31ed949f512728daadb3d795d1e501f;hb=8a97523ce79b9bf1773c3577a63887ae93d20502;hpb=e98d8ad78aa000984f876353b804e6a5d9002ce1 diff --git a/net/vsftpd/patches/003-chroot.patch b/net/vsftpd/patches/003-chroot.patch index e80d1377b3..63520c5739 100644 --- a/net/vsftpd/patches/003-chroot.patch +++ b/net/vsftpd/patches/003-chroot.patch @@ -1,8 +1,10 @@ ---- vsftpd-2.0.4-orig/tunables.c 2006-01-07 20:32:44.000000000 +0100 -+++ vsftpd-2.0.4/tunables.c 2006-01-11 18:25:15.000000000 +0100 -@@ -92,7 +92,7 @@ - unsigned int tunable_max_per_ip = 0; - unsigned int tunable_trans_chunk_size = 0; +Index: vsftpd-2.0.6/tunables.c +=================================================================== +--- vsftpd-2.0.6.orig/tunables.c 2008-04-13 11:41:08.000000000 +0200 ++++ vsftpd-2.0.6/tunables.c 2008-04-13 11:41:09.000000000 +0200 +@@ -100,7 +100,7 @@ + /* -rw------- */ + unsigned int tunable_chown_upload_mode = 0600; -const char* tunable_secure_chroot_dir = "/usr/share/empty"; +const char* tunable_secure_chroot_dir = "/var/run/vsftpd";