diff -ruN e-smith-proftpd-2.2.0.old/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN e-smith-proftpd-2.2.0/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN --- e-smith-proftpd-2.2.0.old/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN 2013-02-08 09:03:17.000000000 -0800 +++ e-smith-proftpd-2.2.0/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN 2013-02-08 09:03:39.000000000 -0800 @@ -16,7 +16,7 @@ $OUT .= join "\n", map { " Allow from " . join '/', ipv4_parse($_) } @local_access; - $OUT .= " Deny from all"; + $OUT .= "\n Deny from all"; } }