From f6fe9768e38fc3ea8ef3936bda817b0c28df47ef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 10:24:24 +0000 Subject: do not use anymore printerdrake and thus do not detect printers anymore --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') 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, }, -- cgit v1.2.1