RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.63k stars 981 forks source link

Fix style error in `udev` rules. #2281

Closed henrygab closed 5 months ago

henrygab commented 5 months ago

As called out by running udevadm verify, the existing rules violate the requirement that sections are separated by commas, (not whitespace).

github-actions[bot] commented 5 months ago

You are welcome to add an entry to the CHANGELOG.md as well

iceman1001 commented 5 months ago

hm, interesting, my udevadm doesnt have a verify.. For which OS is this?

henrygab commented 5 months ago

relative new option. Here's some related links: https://github.com/systemd/systemd/pull/26698 https://github.com/systemd/systemd/pull/27871 https://github.com/systemd/systemd/pull/27832

Don't recall which distribution had it; My Ubuntu 20.04 does not appear to have that option, however.

iceman1001 commented 5 months ago

hm, I guess the , is also a new requirement. We had the space for years.