[boinc] 01/01: Update patch received on pkg-boinc mail list, from AgentB

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Aug 22 13:55:50 UTC 2017


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

locutusofborg pushed a commit to branch master
in repository boinc.

commit 8b8822e0baa5c12d6e89f5ef0b2e15a65125f047
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Aug 22 15:55:30 2017 +0200

    Update patch received on pkg-boinc mail list, from AgentB
---
 debian/boinc-client.postinst | 2 +-
 debian/changelog             | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/boinc-client.postinst b/debian/boinc-client.postinst
index 9a58c42..dc28e15 100644
--- a/debian/boinc-client.postinst
+++ b/debian/boinc-client.postinst
@@ -49,7 +49,7 @@ case "$1" in
 	mkdir -p $BOINC_DIR
 	[ -x /sbin/restorecon ] && /sbin/restorecon $BOINC_DIR
 
-	chown -h boinc:boinc $BOINC_DIR 2>/dev/null || true
+	chown -hR boinc:boinc $BOINC_DIR 2>/dev/null || true
 
         # Move old configuration files to /etc/boinc-client/ and
         # create symlinks for the BOINC core client.
diff --git a/debian/changelog b/debian/changelog
index 5c2451d..87082d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+boinc (7.8.1+dfsg-2) UNRELEASED; urgency=medium
+
+  [ AgentB ]
+  * recursively chown of boinc directory on boinc postinst script,
+    to avoid issues when users change the directory path.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 22 Aug 2017 15:54:37 +0200
+
 boinc (7.8.1+dfsg-1exp1) 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