diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-23 11:44:05 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-23 11:44:05 +0000 |
commit | 49048e3034b5eb9193ad5f3a3aaa56c99f6b9c39 (patch) | |
tree | f768036f9f473a3f1ec6f1e7acd4f5f6118a980e /perl-install/printer | |
parent | 6ef45c26924167a3609b4aa56234f0d4d7a687ed (diff) | |
download | drakx-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.pm | 2 |
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}}); |