summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
authorKamil Rytarowski <kamil@mageia.org>2012-03-15 10:44:03 +0000
committerKamil Rytarowski <kamil@mageia.org>2012-03-15 10:44:03 +0000
commitb79347ffe8575a8299b4ed7ab830d1e1ea9fc451 (patch)
tree92a9a63036b4bee70ccdb90a67d6e6f907075e6b /mgaupdate
parent247540f195f80066a2aad157f2ee9d94ce8d82d8 (diff)
downloadmgaonline-b79347ffe8575a8299b4ed7ab830d1e1ea9fc451.tar
mgaonline-b79347ffe8575a8299b4ed7ab830d1e1ea9fc451.tar.gz
mgaonline-b79347ffe8575a8299b4ed7ab830d1e1ea9fc451.tar.bz2
mgaonline-b79347ffe8575a8299b4ed7ab830d1e1ea9fc451.tar.xz
mgaonline-b79347ffe8575a8299b4ed7ab830d1e1ea9fc451.zip
- stop using Mandriva URLs and replace them by www.mageia.org (mga#1590)
- replace Mandriva strings by Mageia in gnome-mandrakeonline.desktop - replace MIME Type application/x-mdv-exec by application/x-mga-exec - extend $MGA_YEARS in mgaupdate to 2012 - delete MANDRIVA_VERSION variable as not used
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaupdate b/mgaupdate
index 7c1623ab..10e022c7 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -49,7 +49,7 @@ my $logfile = '/var/tmp/mgaupdate.log';
my $CLIENT_VERSION = "4";
my $YEARS = "2002-2006";
-my $MGA_YEARS = "2010-2011";
+my $MGA_YEARS = "2010-2012";
#for compatibilities with former versions
mkdir_p($confdir) if !-d $confdir;