adopt udev 174 changes

This commit is contained in:
Tobias Powalowski 2011-10-29 09:55:08 +02:00
parent 3821e71143
commit d847e0cce9

View file

@ -34,7 +34,7 @@ parse_cmdline
# if available, start udevd at this stage # if available, start udevd at this stage
if [ -x /lib/udev/udevd ]; then if [ -x /lib/udev/udevd ]; then
msg ":: Starting udevd..." msg ":: Starting udevd..."
lib/udev/udevd --daemon --resolve-names=never /lib/udev/udevd --daemon --resolve-names=never
udevd_running=1 udevd_running=1
msg "done." msg "done."
else else