diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-02-16 22:47:56 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-02-16 22:47:56 +0100 |
commit | be4ff1644a3dfeea87b1df54fc2e54fa14961b1a (patch) | |
tree | 38821de6d1f9d8323b5ae085de9a7384daf55aec /mgaupdate | |
parent | 8af59f4f44b0b279dc470fd2812fdd561ea56279 (diff) | |
download | mgaonline-be4ff1644a3dfeea87b1df54fc2e54fa14961b1a.tar mgaonline-be4ff1644a3dfeea87b1df54fc2e54fa14961b1a.tar.gz mgaonline-be4ff1644a3dfeea87b1df54fc2e54fa14961b1a.tar.bz2 mgaonline-be4ff1644a3dfeea87b1df54fc2e54fa14961b1a.tar.xz mgaonline-be4ff1644a3dfeea87b1df54fc2e54fa14961b1a.zip |
Some Mandriva -> Mageia leftovers and Mageia copyright years update
Diffstat (limited to 'mgaupdate')
-rwxr-xr-x | mgaupdate | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |