Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 480148 | Differences between
and this patch

Collapse All | Expand All

(-)dahdi-linux-2.6.0.ORIG//build_tools/genudevrules (-3 / +3 lines)
Lines 1-10 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
ver=`udevinfo -V | cut -f3 -d" "`
3
ver=`udevadm info -V | cut -f3 -d" "`
4
4
5
if [ -z "${ver}" ]; then
5
if [ -z "${ver}" ]; then
6
   # Not found - try udevadm
6
   # Not found - try udevinfo
7
   ver=`udevadm info -V | cut -f3 -d" "`
7
   ver=`udevinfo -V | cut -f3 -d" "`
8
8
9
   if [ -z "${ver}" ]; then
9
   if [ -z "${ver}" ]; then
10
      # nobody has that old version, anyway.
10
      # nobody has that old version, anyway.

Return to bug 480148