diff options
author | Tom Gundersen <teg@jklm.no> | 2012-04-01 23:13:48 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-04-01 23:13:48 +0200 |
commit | 0fa2a47e78d318673039f08b6dc77e6abcf7b8ad (patch) | |
tree | 79232d8099eb2c3b5d25849fc811fb52a2e44359 | |
parent | 2f313dea7e7f4be58bb911596b3c85dcf0e09381 (diff) |
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>
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |