diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-29 11:14:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-29 11:14:11 +0000 |
commit | 4f39c8ec7dc57153ff67d77c8e497c5effa63770 (patch) | |
tree | b1608e031429af44675419aab34e8631107fcfce | |
parent | 059444ad01d3e51698763cada40eeb31cda9a8ef (diff) | |
download | drakx-backup-do-not-use-4f39c8ec7dc57153ff67d77c8e497c5effa63770.tar drakx-backup-do-not-use-4f39c8ec7dc57153ff67d77c8e497c5effa63770.tar.gz drakx-backup-do-not-use-4f39c8ec7dc57153ff67d77c8e497c5effa63770.tar.bz2 drakx-backup-do-not-use-4f39c8ec7dc57153ff67d77c8e497c5effa63770.tar.xz drakx-backup-do-not-use-4f39c8ec7dc57153ff67d77c8e497c5effa63770.zip |
cleanup comments
-rw-r--r-- | perl-install/install_steps_interactive.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8b3581ec1..762887ae2 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -704,13 +704,7 @@ sub configureNetwork { $first_time, $o->{lang} eq "fr_FR" && $o->{keyboard}{KEYBOARD} eq "fr", $noauto); } -#-configureNetworkIntf moved to network - -#-configureNetworkNet moved to network -#------------------------------------------------------------------------------ -#-pppConfig moved to any.pm #------------------------------------------------------------------------------ - sub installUpdates { my ($o) = @_; my $u = $o->{updates} ||= {}; |