summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',