From 201318b3d606bfb65601c971aa2cd6e7903a9a06 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 21 Aug 2007 15:31:19 +0300 Subject: [PATCH] Update ofed.conf file when '--all|--hpc|--basic' options used. Signed-off-by: Vladimir Sokolovsky --- install.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.pl b/install.pl index 7b11787..2727759 100755 --- a/install.pl +++ b/install.pl @@ -1735,6 +1735,8 @@ sub select_packages } } else { + open(CONFIG, ">>$config") || die "Can't open $config: $!";; + flock CONFIG, $LOCK_EXCLUSIVE; if ($install_option eq 'all') { for my $package ( @all_packages ) { next if (not $packages_info{$package}{'available'}); -- 2.46.0