Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
madfuload
madfuload-1.2-udevadm.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File madfuload-1.2-udevadm.diff of Package madfuload
--- configure.ac-dist 2009-01-16 14:08:13.000000000 +0100 +++ configure.ac 2009-01-16 14:12:32.000000000 +0100 @@ -7,7 +7,11 @@ AC_PROG_CC AC_MSG_CHECKING([for udev version]) -udev_ver=`udevinfo -V | awk '{ print $3 }'` +if test -x /sbin/udevadm; then + udev_ver=`/sbin/udevadm -V` +else + udev_ver=`udevinfo -V | awk '{ print $3 }'` +fi if test -n "$udev_ver"; then AC_MSG_RESULT([$udev_ver]) else
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor