Skip to content

Commit 5351898

Browse files
rtg-canonicalLuis R. Rodriguez
authored and
Luis R. Rodriguez
committed
crda: Cosmetic fix for udev path
BugLink: http://bugs.launchpad.net/bugs/340995 SBINDIR already has a trailing '/', so its not needed in the udev rule. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
1 parent c49eb5d commit 5351898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udev/regulatory.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# For more information see:
33
# http://wireless.kernel.org/en/developers/Regulatory/CRDA
44

5-
KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda"
5+
KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda"

0 commit comments

Comments
 (0)