From 5351898d6b33d642026a5e57a9a457939e58bf5e Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Mon, 12 Oct 2009 08:53:31 -0600 Subject: [PATCH] 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 --- udev/regulatory.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/regulatory.rules b/udev/regulatory.rules index 5588ed7..3d6add8 100644 --- a/udev/regulatory.rules +++ b/udev/regulatory.rules @@ -2,4 +2,4 @@ # For more information see: # http://wireless.kernel.org/en/developers/Regulatory/CRDA -KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda" +KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda" -- 2.7.4