summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-02-23 11:44:05 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-02-23 11:44:05 +0000
commit49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39 (patch)
treef768036f9f473a3f1ec6f1e7acd4f5f6118a980e /perl-install/printer
parent6ef45c26924167a3609b4aa56234f0d4d7a687ed (diff)
downloaddrakx-49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39.tar
drakx-49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39.tar.gz
drakx-49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39.tar.bz2
drakx-49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39.tar.xz
drakx-49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39.zip
Fixed bug of printerdrake loosing the printer queue info during the
- rdvd handling - add .conf for /etc/devfs/conf.d/ files
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 047e3b88e..6ae9239fa 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -446,7 +446,7 @@ sub get_raw_hds {
[
detect_devices::floppies(),
detect_devices::cdroms__faking_ide_scsi(),
- map { $_->{device} .= 4; $_ } detect_devices::zips__faking_ide_scsi(),
+ detect_devices::zips__faking_ide_scsi(),
];
get_major_minor(@{$all_hds->{raw_hds}});