[boinc] 01/03: Revert "Add boinc to input group, to make mice readable"

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Apr 11 17:06:14 UTC 2018


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

locutusofborg pushed a commit to branch master
in repository boinc.

commit 4def4fd52e10e6ccc55571bf000e737bcea58ad8
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Apr 11 19:01:29 2018 +0200

    Revert "Add boinc to input group, to make mice readable"
    
    This reverts commit 4233427a5c616631bd75e90d765d453ad5539839.
---
 debian/boinc-client.postinst | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debian/boinc-client.postinst b/debian/boinc-client.postinst
index 827e2f1..dc28e15 100644
--- a/debian/boinc-client.postinst
+++ b/debian/boinc-client.postinst
@@ -44,11 +44,6 @@ case "$1" in
 	    usermod -a -G video boinc || echo "Could not assign boinc user to group 'video'."
 	fi
 
-	# Assign boinc user to group input if not already the case (for idle detection)
-	if ! getent group input | grep -q boinc; then
-	    usermod -a -G input boinc || echo "Could not assign boinc user to group 'input'."
-	fi
-
 	# Make sure the /var/lib/boinc-client directory exists and
 	# is owned by the boinc user.
 	mkdir -p $BOINC_DIR

-- 
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