Parent Directory | Revision Log | Revision Graph
* Fri Feb 8 2013 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme - Ensure Deny from all is on its own line in 15LimitLOGIN [SME: 7327]
1 | wellsi | 1.1 | 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 |
2 | --- e-smith-proftpd-2.2.0.old/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN 2013-02-08 09:03:17.000000000 -0800 | ||
3 | +++ e-smith-proftpd-2.2.0/root/etc/e-smith/templates/etc/proftpd.conf/15LimitLOGIN 2013-02-08 09:03:39.000000000 -0800 | ||
4 | @@ -16,7 +16,7 @@ | ||
5 | $OUT .= join "\n", | ||
6 | map { " Allow from " . join '/', ipv4_parse($_) } | ||
7 | @local_access; | ||
8 | - $OUT .= " Deny from all"; | ||
9 | + $OUT .= "\n Deny from all"; | ||
10 | } | ||
11 | } | ||
12 | </Limit> |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |