local_umask=022
secure_chroot_dir=/share/empty
vsftpd_log_file=/dev/null
-ftpd_banner=Coolstream HD1
+ftpd_banner="Enjoy the flavour"
listen=YES
background=YES
+++ /dev/null
---- a/vsf_findlibs.sh
-+++ b/vsf_findlibs.sh
-@@ -1,8 +1,8 @@
- #!/bin/sh
- # Cheesy hacky location of additional link libraries.
-
--locate_library() { [ ! "$1*" = "`echo $1*`" ]; }
--find_func() { egrep $1 $2 >/dev/null; }
-+locate_library() { [ ! "${TARGETPREFIX}$1*" = "`echo ${TARGETPREFIX}$1*`" ]; }
-+find_func() { egrep ${TARGETPREFIX}$1 $2 >/dev/null; }
-
- if find_func hosts_access tcpwrap.o; then
- echo "-lwrap";
-
+++ /dev/null
-# config file /etc/vsftpd.conf
-listen=YES
-background=YES
-anonymous_enable=NO
-local_enable=YES
-write_enable=YES
-local_umask=022
-dirmessage_enable=YES
-xferlog_enable=NO
-connect_from_port_20=YES
-secure_chroot_dir=/share/empty
-ftpd_banner="Enjoy the flavour"
-