/[smeserver]/rpms/e-smith-proftpd/sme8/e-smith-proftpd-2.2.0-LimitLoginLine.patch
ViewVC logotype

Contents of /rpms/e-smith-proftpd/sme8/e-smith-proftpd-2.2.0-LimitLoginLine.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Feb 8 17:19:50 2013 UTC (11 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-proftpd-2_2_0-6_el5_sme, HEAD
* 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 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 RSS 2.0 feed