summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-02-18 09:08:37 +0000
committerdamien <damien@mandriva.com>2001-02-18 09:08:37 +0000
commit657e78ba0c15aa39077934cb5da8ccda640813b0 (patch)
tree8220db3abc4bfd0484ec48f851c78835d28228a5 /perl-install
parentb9b8497457949419a5fdf8d74ae929dbb5c2e366 (diff)
downloaddrakx-657e78ba0c15aa39077934cb5da8ccda640813b0.tar
drakx-657e78ba0c15aa39077934cb5da8ccda640813b0.tar.gz
drakx-657e78ba0c15aa39077934cb5da8ccda640813b0.tar.bz2
drakx-657e78ba0c15aa39077934cb5da8ccda640813b0.tar.xz
drakx-657e78ba0c15aa39077934cb5da8ccda640813b0.zip
typo
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/draknet2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet
index d01d987f1..81526a1b6 100755
--- a/perl-install/standalone/draknet
+++ b/perl-install/standalone/draknet
@@ -61,7 +61,7 @@ $::wizard_xpm = "/usr/share/pixmaps/internet.xpm";
my $in = vnew interactive('su');
-#$::isEmbedded or goto dd;
+$::isEmbedded or goto dd;
netconnect::read_net_conf('', $netcnx, $netc);
any::setup_thiskind($in, 'net', !$::expert, 1);
my @all_cards = netconnect::conf_network_card_backend ('', $netc, $intf, undef, undef, undef, undef);