summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-12-30 09:32:12 -0500
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-01-05 22:31:21 +0100
commitf464f2aad26e9fb6207f8ce3ccbc6b37e030be85 (patch)
tree95853f44072990933658e83f9e81ef830db5f32b
parent7cd063f020e43959886b779c2ab15089b5a065ca (diff)
downloadperl-MDV-Distribconf-f464f2aad26e9fb6207f8ce3ccbc6b37e030be85.tar
perl-MDV-Distribconf-f464f2aad26e9fb6207f8ce3ccbc6b37e030be85.tar.gz
perl-MDV-Distribconf-f464f2aad26e9fb6207f8ce3ccbc6b37e030be85.tar.bz2
perl-MDV-Distribconf-f464f2aad26e9fb6207f8ce3ccbc6b37e030be85.tar.xz
perl-MDV-Distribconf-f464f2aad26e9fb6207f8ce3ccbc6b37e030be85.zip
s/mandriva/mageia/
-rw-r--r--lib/MDV/Distribconf.pm6
-rw-r--r--lib/MDV/Distribconf/Build.pm2
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm
index 71a6fcf..75cc181 100644
--- a/lib/MDV/Distribconf.pm
+++ b/lib/MDV/Distribconf.pm
@@ -6,7 +6,7 @@ our $VERSION = '4.02';
=head1 NAME
-MDV::Distribconf - Read and write config of a Mandriva Linux distribution tree
+MDV::Distribconf - Read and write config of a distribution tree
=head1 SYNOPSIS
@@ -23,8 +23,8 @@ MDV::Distribconf - Read and write config of a Mandriva Linux distribution tree
=head1 DESCRIPTION
-MDV::Distribconf is a module to get or write the configuration of a Mandriva
-Linux distribution tree. This configuration is stored in a file called
+MDV::Distribconf is a module to get or write the configuration of a Mageia
+distribution tree. This configuration is stored in a file called
F<media.cfg>, aimed at replacing the old-style F<hdlists> file.
The format of the F<hdlists> file is limited and doesn't allow to add new
diff --git a/lib/MDV/Distribconf/Build.pm b/lib/MDV/Distribconf/Build.pm
index ce4b84a..3625c23 100644
--- a/lib/MDV/Distribconf/Build.pm
+++ b/lib/MDV/Distribconf/Build.pm
@@ -295,7 +295,7 @@ sub write_version {
my @gmt = gmtime(time);
- printf($h_version "Mandriva Linux %s %s-%s-%s%s %s\n",
+ printf($h_version "Mageia %s %s-%s-%s%s %s\n",
$distrib->getvalue(undef, 'version') || 'cauldron',
$distrib->getvalue(undef, 'branch') || 'cauldron',
$distrib->getvalue(undef, 'arch') || 'noarch',