From 634397e1c7fa1e0c73d0ad8da68ea213b79c69c5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 15 Aug 2009 23:55:26 -0500 Subject: Don't background the udevadm trigger call This operation doesn't block for more than a half second, and backgrounding it invites race conditions if the settle operation ends up actually getting executed first. My slice won't even boot without this change. Signed-off-by: Dan McGee --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 0e67721..96966fb 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -71,7 +71,7 @@ fi # Trigger udev uevents if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then stat_busy "Triggering UDev uevents" - /sbin/udevadm trigger & + /sbin/udevadm trigger stat_done fi -- cgit v1.2.3