Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script
@ 2012-07-27 13:51 Jonathan Liu
  2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
  2012-07-30 20:19 ` [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events " Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Liu @ 2012-07-27 13:51 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 package/udev/S10udev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
         ;;
     *)
-- 
1.7.11.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-30 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 13:51 [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events in init.d script Jonathan Liu
2012-07-27 13:51 ` [Buildroot] [PATCH 2/2] udev: use /dev if udev_root not defined " Jonathan Liu
2012-07-30 20:19   ` Thomas Petazzoni
2012-07-30 20:19 ` [Buildroot] [PATCH 1/2] udev: fix stopping execution of udev events " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox