udev: don't use IMPORT+=
IMPORT really only supports == and != and for a short while udevd warned about this before that warning was reverted again. Where anything else is used, it falls back to ==. systemd upstream rules all use a single = though, so let's stick with that to be consistent, even if it is technically wrong (udevd will warn about this in debug mode). See the long discussion in systemd upstream for details: https://github.com/systemd/systemd/issues/14062 Fixes #461 Signed-off-by:Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 281ecf10)
Loading
Please register or sign in to comment