diff options
author | Tom Gundersen <teg@jklm.no> | 2011-10-23 21:03:46 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-10-29 17:28:45 +0200 |
commit | 1fdaa33f06786231da3b86e5d8b646b46f6ca1f9 (patch) | |
tree | df7b3a87b9c7b960a807756749e6e8170019fc9b /functions | |
parent | e46ee7e6c9fbbd8d21c306719170ae086cf12761 (diff) |
udev: binary moved, require 174
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -332,7 +332,7 @@ kill_all() { udevd_modprobe() { # $1 = where we are being called from. # This is used to determine which hooks to run. - status "Starting UDev Daemon" udevd --daemon + status "Starting UDev Daemon" /lib/udev/udevd --daemon run_hook "$1_udevlaunched" |