]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
2. fix ftpd_banner + cleanup
authorMarkham <markham001@gmx.de>
Wed, 12 Jun 2019 08:39:28 +0000 (10:39 +0200)
committerMarkham <markham001@gmx.de>
Wed, 12 Jun 2019 08:39:28 +0000 (10:39 +0200)
archive-patches/vsftpd-new.conf
archive-patches/vsftpd-new.diff [deleted file]
archive-patches/vsftpd.conf [deleted file]

index 6043b94ed46e5f4993b07851b10619a968f07ccd..f4d4dceb3a8e6d7bbac8a20cbaaaa3004c6f14b7 100644 (file)
@@ -10,6 +10,6 @@ xferlog_enable=NO
 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
diff --git a/archive-patches/vsftpd-new.diff b/archive-patches/vsftpd-new.diff
deleted file mode 100644 (file)
index 1c89d01..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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";
diff --git a/archive-patches/vsftpd.conf b/archive-patches/vsftpd.conf
deleted file mode 100755 (executable)
index 2b080c4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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"
-