diff options
author | damien <damien@mandriva.com> | 2000-09-12 16:35:40 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-09-12 16:35:40 +0000 |
commit | 8adabacd95f6a4455027f00084e39958fada6083 (patch) | |
tree | 776be23d2c5565d0db09e033b21f244c0b264354 /perl-install/standalone/draknet | |
parent | 01b108dd78036bbb2fb36c6d8f9c9bcafdc65028 (diff) | |
download | drakx-8adabacd95f6a4455027f00084e39958fada6083.tar drakx-8adabacd95f6a4455027f00084e39958fada6083.tar.gz drakx-8adabacd95f6a4455027f00084e39958fada6083.tar.bz2 drakx-8adabacd95f6a4455027f00084e39958fada6083.tar.xz drakx-8adabacd95f6a4455027f00084e39958fada6083.zip |
updated. Wizard is available.
Diffstat (limited to 'perl-install/standalone/draknet')
-rwxr-xr-x | perl-install/standalone/draknet | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index f3dbdcdf4..5413c3157 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw(/usr/lib/libDrakX); +use lib qw (..);#(/usr/lib/libDrakX); use interactive; use netconnect; @@ -32,6 +32,8 @@ local $_ = join '', @ARGV; my $netcnx = {}; $::isStandalone = 1; +$::isWizard = 1; +$::wizard_xpm = "/usr/share/pixmaps/internet.xpm"; #$::force_xf3 = /-xf3/; #$::beginner = /-beginner/; #$::expert = /-expert/; |