From be4ff1644a3dfeea87b1df54fc2e54fa14961b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 16 Feb 2015 22:47:56 +0100 Subject: Some Mandriva -> Mageia leftovers and Mageia copyright years update --- mgaupdate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mgaupdate') 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); } -- cgit v1.2.1