From 6df006412429817e30b1d0ced64eb7a7e3a66abb Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 10:40:26 +0000 Subject: avoid downNetwork as no difference are made between ethernet or ppp. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 0c705fc34..815ef098e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -935,7 +935,7 @@ Do you want to install the updates ?"))) || return; } #- stop interface using ppp only. FIXME REALLY TOCHECK isdn (costly network) ? - install_interactive::downNetwork($o, 'pppOnly'); + # FIXME damien install_interactive::downNetwork($o, 'pppOnly'); } -- cgit v1.2.1