[Buildroot] [git commit] udev: fix stopping execution of udev events in init.d script

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 30 19:18:04 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=f870c626dc128955be6a27b800465ab38059eb97
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/udev/S10udev |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/udev/S10udev b/package/udev/S10udev
index 70a7c34..13dfdf5 100755
--- a/package/udev/S10udev
+++ b/package/udev/S10udev
@@ -34,7 +34,7 @@ case "$1" in
         ;;
     stop)
         # Stop execution of events
-        udevadm control --stop_exec_queue
+        udevadm control --stop-exec-queue
         killall udevd
         ;;
     *)



More information about the buildroot mailing list