From f464f2aad26e9fb6207f8ce3ccbc6b37e030be85 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Dec 2015 09:32:12 -0500 Subject: s/mandriva/mageia/ --- lib/MDV/Distribconf.pm | 6 +++--- lib/MDV/Distribconf/Build.pm | 2 +- 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, aimed at replacing the old-style F file. The format of the F 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', -- cgit v1.2.1