summaryrefslogtreecommitdiffstats
path: root/mgaupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mgaupdate')
-rwxr-xr-xmgaupdate6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgaupdate b/mgaupdate
index 4678bf0b..60a5d847 100755
--- a/mgaupdate
+++ b/mgaupdate
@@ -41,7 +41,7 @@ BEGIN { unshift @::textdomains, 'mgaupdate' }
require_root_capability();
-my $confdir = '/root/.MdkOnline';
+my $confdir = '/root/.MgaOnline';
my $conffile = "$confdir/mgaupdate";
my $logfile = '/var/tmp/mgaupdate.log';
@@ -49,7 +49,7 @@ my $logfile = '/var/tmp/mgaupdate.log';
my $CLIENT_VERSION = "4";
my $YEARS = "2002-2006";
-my $MGA_YEARS = "2010-2012";
+my $MGA_YEARS = "2010-2015";
#for compatibilities with former versions
mkdir_p($confdir) if !-d $confdir;
@@ -67,7 +67,7 @@ N("Copyright (C) %s %s", $YEARS, 'Mandriva') . N("Copyright (C) %s %s", $MGA_YEA
") . N(" --auto - Mageia Update launched automatically.
") . N(" --mnf - launch mnf specific scripts.
") . N(" --noX - text mode version of Mageia Update.
-") . N(" --debug - log what is done
+") . N(" --debug - log what is done.
");
exit(0);
}