From b344942f865cf2989eb663c0a45fc03282a26721 Mon Sep 17 00:00:00 2001
From: Andrew McNab <andrew.mcnab@cern.ch>
Date: Tue, 14 Feb 2017 11:52:11 +0100
Subject: [PATCH] 00.19

---
 VERSION   | 2 +-
 db12.init | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index c5c8f3d..c02075a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION=00.18
+VERSION=00.19
diff --git a/db12.init b/db12.init
index d7ce36f..14147d6 100755
--- a/db12.init
+++ b/db12.init
@@ -41,7 +41,7 @@ start() {
         fi
         
         # Try to use full CPU speed for benchmarking
-        modprobe acpi-cpufreq
+        modprobe --quiet acpi-cpufreq
         for i in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ; do echo performance > $i ; done
 
         # Get the total benchmark for this machine, assuming $total_cpu jobslots 
-- 
GitLab