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 |
} |