#! /bin/sh /usr/share/dpatch/dpatch-run ## basic_conf_typo.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: fix typo in basic.conf @DPATCH@ diff -urNad proftpd-dfsg-1.3.0~/debian/templates/basic.conf proftpd-dfsg-1.3.0/debian/templates/basic.conf --- proftpd-dfsg-1.3.0~/debian/templates/basic.conf 2007-05-16 10:28:37.000000000 +0200 +++ proftpd-dfsg-1.3.0/debian/templates/basic.conf 2007-05-16 11:01:24.000000000 +0200 @@ -32,7 +32,7 @@ # Users require a valid shell listed in /etc/shells to login. # Use this directive to release that constrain. -# RequireValidShells off +# RequireValidShell off # Port 21 is the standard FTP port. Port 21