diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-14 22:05:18 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-12-16 02:31:44 +0900 |
commit | 90ac73eb1bae1a317b4270b86230f99c3abb4298 (patch) | |
tree | c9920bd8aca66e5bc2b4f5a82a9403f02fc7348a /rules.d/99-systemd.rules.in | |
parent | e4b127e2cc51fa23819b06f5586cdcd3ac776fd1 (diff) | |
download | systemd-90ac73eb1bae1a317b4270b86230f99c3abb4298.tar.gz |
rules: drop broken links
Diffstat (limited to 'rules.d/99-systemd.rules.in')
-rw-r--r-- | rules.d/99-systemd.rules.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules.d/99-systemd.rules.in b/rules.d/99-systemd.rules.in index 7c22eefdb7..cf2f9935d9 100644 --- a/rules.d/99-systemd.rules.in +++ b/rules.d/99-systemd.rules.in @@ -42,8 +42,6 @@ SUBSYSTEM=="block", KERNEL=="nbd*", ENV{DEVTYPE}=="disk", TEST!="pid", ENV{SYSTE # just an identification string for systemd, so whether the path actually is # accessible or not does not matter as long as it is unique and in the # filesystem namespace. -# -# http://cgit.freedesktop.org/systemd/systemd/tree/src/libudev/libudev-enumerate.c#n955 SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/net/devices/$name" SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/bluetooth/devices/%k", \ |