From: Luis R. Rodriguez Date: Fri, 6 Mar 2009 01:30:41 +0000 (-0800) Subject: Doh, forgot to add crda after SBINDIR X-Git-Tag: v1.0.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89164c1439fb9e9beea28c4d384610136c6fa0b8;p=platform%2Fupstream%2Fcrda.git Doh, forgot to add crda after SBINDIR Signed-off-by: Luis R. Rodriguez --- diff --git a/udev/regulatory.rules b/udev/regulatory.rules index ef9b5f1..5588ed7 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)" +KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda"