]> git.pld-linux.org Git - packages/systemd.git/commitdiff
Handle messages on it's own.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 6 Jan 2006 16:03:10 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    start_udev -> 1.27

start_udev

index 918dd4c6443c3d5ab06c43e4d7351d82c817e2bd..4c2dd6320c5c782db722d6fe7d70f9654f8054ea 100644 (file)
@@ -167,9 +167,11 @@ set_hotplug_handler() {
 export ACTION=add
 prog=udev
 ret=0
-nls "Starting udev"
+show "Starting udev"
+busy
 
 if ! supported_kernel; then
+    fail
     echo "udev requires a kernel >= 2.6.x, not started."
     exit 0                                                
 fi
This page took 0.164773 seconds and 4 git commands to generate.