[boinc] 01/05: Fix typo, thanks Manolo Díaz

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sun Sep 27 16:18:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc.

commit 494a853b2a41a8db2ff60ead702ba0eb9fcffddf
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Sep 26 18:23:41 2015 +0200

    Fix typo, thanks Manolo Díaz
---
 debian/boinc-client.init | 2 +-
 debian/changelog         | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/boinc-client.init b/debian/boinc-client.init
index 517ae1e..9bd6369 100644
--- a/debian/boinc-client.init
+++ b/debian/boinc-client.init
@@ -207,7 +207,7 @@ schedule()
     fi
     for BPID in ${pid} ${children}; do
       if [ -w /proc/${BPID}/oom_adj ]; then
-        echo ${BOINC_OOM_AD} > /proc/${BPID}/oom_adj 2>/dev/null || true
+        echo ${BOINC_OOM_ADJ} > /proc/${BPID}/oom_adj 2>/dev/null || true
       else
         echo "Could not write to /proc/${BPID}/oom_adj"
       fi
diff --git a/debian/changelog b/debian/changelog
index fd0ec24..388612b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+boinc (7.6.9+dfsg-2exp2) UNRELEASED; urgency=medium
+
+  [ Manolo Díaz ]
+  * Fix typo in BOINC_OOM_AD, preventing a variable from
+    being correctly used. (Closes: #800086)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 26 Sep 2015 18:22:34 +0200
+
 boinc (7.6.9+dfsg-2exp1) experimental; urgency=medium
 
   * Upload to experimental again, with the boinc-server-* packages.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list