summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/harddrake/data.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index fee8fc284..f54bdd5a6 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,7 @@
- diskdrake:
o fix check for mdadm in live install (#43785)
+- harddrake:
+ o do not use anymore printerdrake and thus do not detect printers anymore
Version 11.41 - 11 September 2008
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 537cb177d..c46e4cf25 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -440,7 +440,7 @@ our @tree =
string => N("Printer"),
icon => "hw_printer.png",
configurator => "$sbindir/printerdrake",
- detector => sub { require printer::detect; printer::detect::local_detect() },
+ detector => sub { },
# we do not check these b/c this need user interaction (auth, ...):
checked_on_boot => 0,
},