/[smecontribs]/rpms/smeserver-fetchmail/contribs7/smeserver-fetchmail-1.3.6-erroronexpandtemplate.patch
ViewVC logotype

Contents of /rpms/smeserver-fetchmail/contribs7/smeserver-fetchmail-1.3.6-erroronexpandtemplate.patch

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


Revision 1.1 - (show annotations) (download)
Tue Apr 7 12:48:23 2009 UTC (15 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: smeserver-fetchmail-1_3_6-24_el4_sme, smeserver-fetchmail-1_3_6-25_el4_sme, smeserver-fetchmail-1_3_6-21_el4_sme, smeserver-fetchmail-1_3_6-22_el4_sme, smeserver-fetchmail-1_3_6-18_el4_sme, HEAD
* Tue Apr  7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-18
- Fix error during template expansion [SME: 5147]
- Apply 7 Apr 2009 locale patch

1 diff -up smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail.erroronexpandtemplate smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail
2 --- smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail.erroronexpandtemplate 2008-04-20 14:27:24.000000000 +0200
3 +++ smeserver-fetchmail-1.3.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2009-04-07 14:38:59.000000000 +0200
4 @@ -101,7 +101,7 @@
5 close VER ;
6 my $packver = $packversion ;
7 $packversion =~s/[-\.]/0/g ;
8 - if ( $packversion >$version ) {
9 + if ( $packversion gt $version ) {
10 $UsersDatasToConvert = 1 ;
11 $FM->set_prop('version', $packver ) ;
12 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed