diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-03 12:37:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-03 12:37:07 +0000 |
commit | fc77648a83616932f76760fbcd903182bfdbf1ff (patch) | |
tree | 0c8b10d4ed0a201a7979418cb0bbe150408d6242 /perl-install/modules.pm | |
parent | 0bfa4775a3d3c03d782fda17f2fd46ff9715f389 (diff) | |
download | drakx-fc77648a83616932f76760fbcd903182bfdbf1ff.tar drakx-fc77648a83616932f76760fbcd903182bfdbf1ff.tar.gz drakx-fc77648a83616932f76760fbcd903182bfdbf1ff.tar.bz2 drakx-fc77648a83616932f76760fbcd903182bfdbf1ff.tar.xz drakx-fc77648a83616932f76760fbcd903182bfdbf1ff.zip |
add checks of dependencies on marfiles
fix a couple of broken dependencies in modules.pm
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 1bd21a426..bc698a5a2 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -94,8 +94,8 @@ arch() =~ /^sparc/ ? ( "af_packet" => "packet socket", "nfs" => "Network File System (nfs)", "lockd" => "lockd", - "parport" => "parport", - "parport_pc" => "parport_pc", +# was needed by plip "parport" => "parport", +# was needed by plip "parport_pc" => "parport_pc", "sunrpc" => "sunrpc", }], [ 'isdn', { @@ -163,8 +163,8 @@ arch() =~ /^sparc/ ? ( "eata" => "EATA SCSI PM2x24/PM3224", "eata_pio" => "EATA PIO Adapters", "eata_dma" => "EATA DMA Adapters", - "ppa" => "Iomega PPA3 (parallel port Zip)", - "imm" => "Iomega Zip (new driver)", +# really needed?? "ppa" => "Iomega PPA3 (parallel port Zip)", +# really needed?? "imm" => "Iomega Zip (new driver)", ), }], [ 'disk_raw', { |