diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index cdabf6061a..217a587163 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsftpd PKG_VERSION:=3.0.5 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://security.appspot.com/downloads/ diff --git a/net/vsftpd/files/vsftpd.init b/net/vsftpd/files/vsftpd.init index e905bb74d1..9448309bc6 100644 --- a/net/vsftpd/files/vsftpd.init +++ b/net/vsftpd/files/vsftpd.init @@ -141,7 +141,7 @@ start_service() { mkdir -m 0755 -p "$DEFAULT_SECURE_CHROOT" chown root:root "$DEFAULT_SECURE_CHROOT" - config_get_bool conf_file global conf_file "" + config_get conf_file global conf_file "" if [ -n "$conf_file" ]; then # use user defined conf file instead of UCI OUTPUT_CONF="$conf_file"