From b4350115586e494cc5b9c3cedb8cda65039dcbd8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 31 Jul 2002 20:29:12 +0000 Subject: - bump harddrake version - module configuration is saved (todo: read the config) --- perl-install/harddrake/TODO | 3 +++ perl-install/harddrake/data.pm | 2 +- perl-install/harddrake/ui.pm | Bin 10548 -> 10799 bytes 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index 7200bfda3..f55580d82 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -5,6 +5,8 @@ *** timeout on dialogs in service *** kill config tool on exit ! *** cursor pb +*** module configuration +**** read old parameters ** wishes *** non needed stuff to run X must be posponed after X11 startup @@ -33,6 +35,7 @@ ** move all drakx tools into just a small one-liner that uses real .pm so that harddrake and mcc reduces their memory usage pattern and be faster (the next fast step will be to use perl6/parrot) +** check there're enough parameters in module config ** for to send a message for unknown hardware to install@mandrakesoft.com *** use drakbugreport ? diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f0fbcc2a3..99d775cb3 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -6,7 +6,7 @@ use MDK::Common; use class_discard; our (@ISA, @EXPORT_OK) = (qw(Exporter), (qw(version tree))); -our ($version, $sbindir, $bindir) = ("1.1.7", "/usr/sbin", "/usr/bin"); +our ($version, $sbindir, $bindir) = ("1.1.8", "/usr/sbin", "/usr/bin"); my @devices = detect_devices::probeall(1); diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index faf153c06..6eacab631 100644 Binary files a/perl-install/harddrake/ui.pm and b/perl-install/harddrake/ui.pm differ -- cgit v1.2.1