[arch-commits] Commit in hwdetect/trunk (PKGBUILD hwdetect)

Tobias Powalowski tpowa at archlinux.org
Mon Aug 8 20:05:25 UTC 2011


    Date: Monday, August 8, 2011 @ 16:05:24
  Author: tpowa
Revision: 134903

upgpkg: hwdetect 2011.08-3
fix udev rule creation

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

----------+
 PKGBUILD |    4 ++--
 hwdetect |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-08 19:39:31 UTC (rev 134902)
+++ PKGBUILD	2011-08-08 20:05:24 UTC (rev 134903)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=2011.08
-pkgrel=2
+pkgrel=3
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(any)
 license=('GPL')
@@ -16,4 +16,4 @@
 build() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/sbin/hwdetect
 }
-md5sums=('813a91047ec871bc105e9f07776676d2')
+md5sums=('771a88faf3e67fee2d38f125a8b27a2d')

Modified: hwdetect
===================================================================
--- hwdetect	2011-08-08 19:39:31 UTC (rev 134902)
+++ hwdetect	2011-08-08 20:05:24 UTC (rev 134903)
@@ -486,7 +486,7 @@
 				;;
 		--net)  : >/tmp/network_persistent.rules
 			for i in $(ls /sys/class/net/ | grep -v ^lo); do
-			      echo "SUBSYSTEM==\"net\", ATTR{address}=\"$(cat /sys/class/net/${i}/address)\", NAME=\"${i}\"" >>/tmp/network_persistent.rules
+			      echo "SUBSYSTEM==\"net\", ATTR{address}==\"$(cat /sys/class/net/${i}/address)\", NAME=\"${i}\"" >>/tmp/network_persistent.rules
 			done
 
 			;;




More information about the arch-commits mailing list