From: Markham Date: Wed, 12 Jun 2019 08:39:28 +0000 (+0200) Subject: 2. fix ftpd_banner + cleanup X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=327ff40491e54e2cacf96cb9a64e4b652252e605;p=bs-cst-neutrino-hd.git 2. fix ftpd_banner + cleanup --- diff --git a/archive-patches/vsftpd-new.conf b/archive-patches/vsftpd-new.conf index 6043b94..f4d4dce 100644 --- a/archive-patches/vsftpd-new.conf +++ b/archive-patches/vsftpd-new.conf @@ -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 index 1c89d01..0000000 --- a/archive-patches/vsftpd-new.diff +++ /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 index 2b080c4..0000000 --- a/archive-patches/vsftpd.conf +++ /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" -