diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 7456cb462..cdb8483a8 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -488,9 +488,9 @@ sub read_conf($;$) { sub write_conf { my ($prefix) = @_; - my $file = "$prefix/etc/modules.conf"; - - rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed + #- 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"; #- remove the post-install supermount stuff. We may have to add some more substInFile { $_ = '' if /^post-install supermount/ } $file; |