From: Harald Hoyer Date: Mon, 4 Jun 2012 07:58:49 +0000 (+0200) Subject: 99base/init.sh: kill systemd-udevd instead of udevd X-Git-Tag: 019~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecc6da6bf52ef9d80c24530f08d33a0e661c4209;p=platform%2Fupstream%2Fdracut.git 99base/init.sh: kill systemd-udevd instead of udevd --- diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh index 272b343..7f8370e 100755 --- a/modules.d/99base/init.sh +++ b/modules.d/99base/init.sh @@ -254,8 +254,8 @@ if [ $UDEVVERSION -lt 168 ]; then udevadm control --stop-exec-queue HARD="" - while pidof udevd >/dev/null 2>&1; do - for pid in $(pidof udevd); do + while pidof systemd-udevd >/dev/null 2>&1; do + for pid in $(pidof systemd-udevd); do kill $HARD $pid >/dev/null 2>&1 done HARD="-9"