From: Antonio Borneo Date: Mon, 27 Aug 2018 17:11:19 +0000 (+0200) Subject: contrib/60-openocd.rules: provide hint to reload udev rules X-Git-Tag: v0.11.0-rc1~988 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=723fc07ddc925d101e8d2de1fa1d83e7843e246f contrib/60-openocd.rules: provide hint to reload udev rules No need to reboot the Linux box when new rules are added to udev. Suggest the command in the script header. Change-Id: Ie95383bfd73914a3d2e2c05d77fa3eb32e68b7e2 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/4665 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules index af092c18be..692e1b10bf 100644 --- a/contrib/60-openocd.rules +++ b/contrib/60-openocd.rules @@ -1,4 +1,6 @@ # Copy this file to /etc/udev/rules.d/ +# If rules fail to reload automatically, you can refresh udev rules +# with the command "udevadm control --reload" ACTION!="add|change", GOTO="openocd_rules_end" SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end"