summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-15 10:24:24 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-15 10:24:24 +0000
commitf6fe9768e38fc3ea8ef3936bda817b0c28df47ef (patch)
tree93c803b5b5a5062368fa3b4c6b72200f422799a1 /perl-install/harddrake/data.pm
parentba086461744abbdc61420eeaaf0fd9ca0b76c42c (diff)
downloaddrakx-f6fe9768e38fc3ea8ef3936bda817b0c28df47ef.tar
drakx-f6fe9768e38fc3ea8ef3936bda817b0c28df47ef.tar.gz
drakx-f6fe9768e38fc3ea8ef3936bda817b0c28df47ef.tar.bz2
drakx-f6fe9768e38fc3ea8ef3936bda817b0c28df47ef.tar.xz
drakx-f6fe9768e38fc3ea8ef3936bda817b0c28df47ef.zip
do not use anymore printerdrake and thus do not detect printers anymore
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
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,
},