From 1aba1f0da9ff90a14c2d0c250972e9ae9ddd1a19 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Sep 2004 05:40:20 +0000 Subject: fix UPS devices listed in both "UPS" and "unknown" classes --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c0ffa80d6..879a0f0eb 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -357,7 +357,7 @@ our @tree = string => N("UPS"), icon => "harddisk.png", configurator => "$sbindir/drakups", - detector => sub { detect_devices::getUPS() }, + detector => sub { f(detect_devices::getUPS()) }, checked_on_boot => 0, }, -- cgit v1.2.1