diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 11:16:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 11:16:19 -0300 |
commit | 84a17ca62a9bcfcfaef320c38bb45add1f673afd (patch) | |
tree | 9e7789b4c6fd7536b5b00ba7b64d7dc4db0ed878 /rc.single | |
parent | 0363775a534e231ae1b906079ddf980a08a8de67 (diff) | |
parent | c6b3853de29e5bb42adda4a2f62a08d87ea15740 (diff) |
Merge branch 'master' of https://projects.archlinux.org/git/initscripts into parabola2011.05.2parabola
Diffstat (limited to 'rc.single')
-rwxr-xr-x | rc.single | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -10,10 +10,7 @@ run_hook single_start if [[ $PREVLEVEL != N ]]; then kill_everything single - stat_busy "Starting UDev Daemon" - /sbin/udevd --daemon - stat_done - + status "Starting UDev Daemon" /sbin/udevd --daemon run_hook single_udevlaunched # Trigger udev uevents |