From 3b8e5409e6265e10709f46ac179f3ea7d014fcac Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Jul 1999 12:55:28 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index b6e2ebd9b..8e072ec25 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -262,8 +262,6 @@ sub write_conf { my ($file, $append) = @_; my ($tr, $eth, $scsi) = (0, 0, 0); - $::testing and return 1; - $append or rename($file, "$file.orig"), log::l("backing up old conf.modules"); local *F; -- cgit v1.2.1