From e0ada251ac68dc91192c7ec7d10f3a1d7784916a Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Sat, 14 May 2011 01:22:07 +0100 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1310 | dmorgan | 2011-05-14 01:22:07 +0100 (Sat, 14 May 2011) | 1 line Import cleaned mgaonline ------------------------------------------------------------------------ --- Discover.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Discover.pm') diff --git a/Discover.pm b/Discover.pm index e2dff77d..c6e5a34e 100644 --- a/Discover.pm +++ b/Discover.pm @@ -1,7 +1,7 @@ package Discover; # $Id$ ################################################################################ -# Part of Mandriva Online # +# Part of Mageia Online # # Online service discovery library: # # - autodetects nameservers and domains, # # - and checks for DNS-declared Online service, # @@ -30,7 +30,7 @@ use strict; use Net::DNS; use Data::Dumper; use MDK::Common; -use Config::Auto; # CPAN Module. Seems not to be part of Mandriva packages yet. +use Config::Auto; # CPAN Module. Seems not to be part of Mageia packages yet. use Switch; use Log::Agent; # use settings from main file @@ -67,7 +67,7 @@ sub commify_series { sub search { my $this = shift; - logsay "searching for a locally declared Mandriva Online service"; + logsay "searching for a locally declared Mageia Online service"; my $resolv = Config::Auto::parse('/etc/resolv.conf'); my $servicetype = '_mdvonline._http._tcp.bonjour.'; -- cgit v1.2.1