From fc77648a83616932f76760fbcd903182bfdbf1ff Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 3 Jan 2001 12:37:07 +0000 Subject: add checks of dependencies on marfiles fix a couple of broken dependencies in modules.pm --- perl-install/modules.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/modules.pm') 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', { -- cgit v1.2.1