From ecc6da6bf52ef9d80c24530f08d33a0e661c4209 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 4 Jun 2012 09:58:49 +0200 Subject: [PATCH] 99base/init.sh: kill systemd-udevd instead of udevd --- modules.d/99base/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.7.4