aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-10-23 21:03:46 +0200
committerTom Gundersen <teg@jklm.no>2011-10-29 17:28:45 +0200
commit1fdaa33f06786231da3b86e5d8b646b46f6ca1f9 (patch)
treedf7b3a87b9c7b960a807756749e6e8170019fc9b /functions
parente46ee7e6c9fbbd8d21c306719170ae086cf12761 (diff)
downloadinitscripts-1fdaa33f06786231da3b86e5d8b646b46f6ca1f9.tar.xz
udev: binary moved, require 174
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 938e5f9..05d8f56 100644
--- a/functions
+++ b/functions
@@ -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"