udev: fix stopping execution of udev events in init.d script

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jonathan Liu 2012-07-27 23:51:56 +10:00 committed by Thomas Petazzoni
parent fe355d2278
commit f870c626dc

View File

@ -34,7 +34,7 @@ case "$1" in
;;
stop)
# Stop execution of events
udevadm control --stop_exec_queue
udevadm control --stop-exec-queue
killall udevd
;;
*)