aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-04-01 23:13:48 +0200
committerTom Gundersen <teg@jklm.no>2012-04-01 23:13:48 +0200
commit0fa2a47e78d318673039f08b6dc77e6abcf7b8ad (patch)
tree79232d8099eb2c3b5d25849fc811fb52a2e44359 /functions
parent2f313dea7e7f4be58bb911596b3c85dcf0e09381 (diff)
downloadinitscripts-0fa2a47e78d318673039f08b6dc77e6abcf7b8ad.tar.xz
udev: change to new location
Both the old and the new location works at the moment, but we want to remove the symlink, so change to the new location. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index f59f9dd..3096aaa 100644
--- a/functions
+++ b/functions
@@ -348,7 +348,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" /lib/udev/udevd --daemon
+ status "Starting UDev Daemon" /usr/lib/udev/udevd --daemon
run_hook "$1_udevlaunched"