Package: vsftpd Version: 3.0.0-3 Severity: grave Tags: patch Hi
A spurious '}' sneaked into vsftpd's initscript of the 3.0.0-3 upload, which breaks its syntax and breaks installing/ upgrading this package. $ LANG= dash -n debian/vsftpd.init debian/vsftpd.init: 36: debian/vsftpd.init: Syntax error: "}" unexpected This inline patch fixes the problem: --- a/debian/vsftpd.init +++ b/debian/vsftpd.init @@ -33,8 +33,6 @@ then mkdir -p "${CHROOT}" fi -} - case "${1}" in start) if [ -e /etc/vsftpd.conf ] && ! egrep -iq "^ *listen(_ipv6)? *= *yes" /etc/vsftpd.conf Regards Stefan Lippers-Hollmann -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org