diff options
-rw-r--r-- | perl-install/install/steps.pm | 2 | ||||
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
2 files changed, 2 insertions, 2 deletions
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 :) } |