From: futpib Date: Fri, 16 Mar 2018 14:25:14 +0000 (+0300) Subject: hwdb: fix comment suggested `udevadm trigger` command (#8465) X-Git-Tag: v239~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d24e70fe8b6bebd9abe4c1578d22cb5536044cc2;p=thirdparty%2Fsystemd.git hwdb: fix comment suggested `udevadm trigger` command (#8465) --- diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 2c8c4467ecd..616c390134a 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 -y `dirname $(udevadm info -n "/dev/iio:deviceXXX" -q path)` +# udevadm trigger -v -p DEVNAME=/dev/iio:deviceXXX # where /dev/iio:deviceXXX is the device in question. # # If your changes are generally applicable, preferably send them as a pull