From baf5e6537126692519becb4f7ad993ad26a64f1c Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 28 Jan 2017 13:49:40 +0100 Subject: hwdb: use -y option to udevadm trigger to correctly do sysname-match --- hwdb/60-sensor.hwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 3160cf77e8..a5f20ab078 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -15,7 +15,7 @@ # /etc/udev/hwdb.d/61-sensor-local.hwdb # and add your rules there. To load the new rules execute (as root): # systemd-hwdb update -# udevadm trigger `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)` +# udevadm trigger -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)` # where /dev/iio:deviceXXX is the device in question. # # If your changes are generally applicable, preferably send them as a pull -- cgit v1.2.3-54-g00ecf