aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_udev
Commit message (Collapse)AuthorAgeFilesLines
* buikd: Fix the detection of udev with udevadm version < 128Keir Fraser2009-07-021-1/+2
| | | | Signed-off-by: Marc-A. Dahlhaus <mad@wol.de>
* Fix buildsystem to detect udev > version 124Keir Fraser2009-06-251-2/+4
| | | | | | | | udev removed the udevinfo symlink from versions higher than 123 and xen's build-system could not detect if udev is in place and has the required version. Signed-off-by: Marc-A. Dahlhaus <mad@wol.de>
* tools/check: Add explicit include path for funcs.sh.Keir Fraser2008-01-231-1/+1
| | | | | | | | | | | | | | | | | When the current directory is not in $PATH, then the patch fixes the following errors: Checking check_brctl: .: funcs.sh: not found Checking check_crypto_lib: .: funcs.sh: not found Checking check_curl: .: funcs.sh: not found Checking check_iproute: .: funcs.sh: not found Checking check_python: .: funcs.sh: not found Checking check_python_xml: .: funcs.sh: not found Checking check_udev: .: funcs.sh: not found Checking check_xml2: .: funcs.sh: not found Checking check_zlib_lib: .: funcs.sh: not found Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* Make tools/check scripts cross-friendlyKeir Fraser2008-01-221-23/+8
| | | | | | | | This patch introduces tools/check/funcs.sh with some cross-friendly abstractions, then modifies the check_* scripts to use them. Signed-off-by: Aron Griffis <aron@hp.com>
* Fix udev check.kfraser@localhost.localdomain2007-01-121-2/+2
| | | | | | | Quiesce 'which' invocation, and allow expanding variables in error message. Signed-off-by: Jan Beulich <jbeulich@novell.com>
* Fix check_udev in the case where udev is missing -- test's -a does not shortcut.Ewan Mellor2006-12-151-1/+2
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* [TOOLS] Fix check-script compatibility with non-bash shells.kfraser@localhost.localdomain2006-12-141-11/+28
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [TOOLS] Rename chekc_hotplug to check_udev and fix permissions.kfraser@localhost.localdomain2006-11-151-0/+16
Signed-off-by: Keir Fraser <keir@xensource.com>