Public bug reported: Binary package hint: pure-ftpd-common
The script failed to read these two configuration files: IPV4Only, IPV6Only This is due to a regular expression that only permits config files with characters but no digits. Fix: change line 154 in pure-ftpd-wrapper from next unless /^[A-Za-z]+$/; to next unless /^[A-Za-z0-9]+$/; to allow digits in config file names. ** Affects: pure-ftpd (Ubuntu) Importance: Undecided Status: New -- pure-ftpd-wrapper does not parse all config files https://bugs.launchpad.net/bugs/608144 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs