From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- usb/Argyll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usb/Argyll') diff --git a/usb/Argyll b/usb/Argyll index b16d929..b7eebc2 100644 --- a/usb/Argyll +++ b/usb/Argyll @@ -1,9 +1,9 @@ #!/bin/sh # Copy to /etc/hotplug/usb/Argyll # -# Argyll hotplug script. Adds the USB devices to the plugdev group. +# Argyll hotplug script. Adds the USB devices to the colord group. if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ] then - chgrp plugdev "${DEVICE}" + chgrp colord "${DEVICE}" chmod 660 "${DEVICE}" fi -- cgit v1.2.3