From b6a8fceafd44f7354efc7b7b27db48204e051317 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Jun 2000 16:50:39 +0000 Subject: no_comment --- perl-install/modules.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 5925f9df5..05a1bb8d6 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -92,6 +92,8 @@ arch() =~ /^sparc/ ? ( "af_packet" => "packet socket", "nfs" => "Network File System (nfs)", "lockd" => "lockd", + "parport" => "parport", + "parport_pc" => "parport_pc", "sunrpc" => "sunrpc", }], [ 'scsi', { @@ -488,9 +490,9 @@ sub read_conf($;$) { sub write_conf { my ($prefix) = @_; - #- my $file = "$prefix/etc/modules.conf"; TODO RESTORE FOR AFTER 7.1 - #- rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed - my $file = "$prefix/etc/conf.modules"; + + my $file = "$prefix/etc/modules.conf"; + rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed #- remove the post-install supermount stuff. We may have to add some more substInFile { $_ = '' if /^post-install supermount/ } $file; -- cgit v1.2.1