diff options
-rwxr-xr-x | mdkapplet | 1 | ||||
-rwxr-xr-x | mdkonline | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -349,7 +349,6 @@ sub isNetwork { if ($r <= 10.0) { $network = gethostbyname("mandrakeonline.net") ? 1 : 0; } else { - print "requiring net_connect"; require network::netconnect; require network::tools; network::netconnect::read_net_conf($netcnx, $netc, $intf); @@ -49,12 +49,12 @@ $ia = 1; GetOptions('interactive!' => \$ia, 'login=s' => \$login, 'pass=s' => \$password, 'box=s' => \$boxname, 'country:s' => \$country); +my $in = interactive->vnew('su') if $ia; + #for compatibilities mkdir_p($confdir) if !-d $confdir; -e '/root/.mdkupdate' and system("mv", "/root/.mdkupdate", $conffile); -my $in = interactive->vnew('su') if $ia; - $::Wizard_title = N("Mandrakeonline"); my %choices = ( |