From 0fa2a47e78d318673039f08b6dc77e6abcf7b8ad Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 1 Apr 2012 23:13:48 +0200 Subject: 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 --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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" -- cgit v1.2.3