diff options
-rwxr-xr-x | rc.single | 2 | ||||
-rwxr-xr-x | rc.sysinit | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ if [ "$PREVLEVEL" != "N" ]; then if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then stat_busy "Triggering UDev uevents" /sbin/udevadm control --property=STARTUP=1 - /sbin/udevadm trigger + /sbin/udevadm trigger --action=add stat_done fi @@ -89,7 +89,7 @@ run_hook sysinit_udevlaunched if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then stat_busy "Triggering UDev uevents" /sbin/udevadm control --property=STARTUP=1 - /sbin/udevadm trigger + /sbin/udevadm trigger --action=add stat_done fi |