Bug#507059: initramfs-tools: Wrong check for udevadm in functions

2008-12-14 Thread maximilian attems
not open to NMU. patch applied in latest git repo, will be uploaded soonest. -- maks -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#507059: initramfs-tools: Wrong check for udevadm in functions

2008-11-27 Thread Julien Danjou
Package: initramfs-tools Version: 0.92l Severity: grave Tags: patch Justification: renders package unusable scripts/functions: 303 # Wait for queued kernel/udev events 304 wait_for_udev() 305 { 306 [ -x "$(command -v udevadm)" ] && return 0 307 udevadm settle ${1:+--timeout=$1}