From 496968486b724e7f510f6cc3acfd195148265d14 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 May 2015 07:46:51 -0400 Subject: s/ppp/PPP/ (cosmetic) --- perl-install/install/steps.pm | 2 +- perl-install/install/steps_interactive.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 96b40b314..29905acbf 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -908,7 +908,7 @@ sub upNetwork { start_network_interface($o); return 1; } elsif (!$b_pppAvoided) { - log::l("starting network (ppp: $o->{net}{type})"); + log::l("starting network (PPP: $o->{net}{type})"); eval { modules::load(qw(serial ppp bsd_comp ppp_deflate)) }; run_program::rooted($::prefix, "/etc/rc.d/init.d/syslog", "start"); start_network_interface($o); diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index ab2085a06..e32ed6e64 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -787,7 +787,7 @@ Do you want to install the updates?")), install::pkgs::clean_rpmdb_shared_regions(); - #- not downing network, even ppp. We don't care much since it is the end of install :) + #- not downing network, even PPP. We don't care much since it is the end of install :) } -- cgit v1.2.1