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

Tobias Powalowski tpowa at archlinux.org
Thu Aug 4 07:31:33 UTC 2011


    Date: Thursday, August 4, 2011 @ 03:31:32
  Author: tpowa
Revision: 134478

fix address typo

Modified:
  hwdetect/trunk/hwdetect

----------+
 hwdetect |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: hwdetect
===================================================================
--- hwdetect	2011-08-04 07:29:49 UTC (rev 134477)
+++ hwdetect	2011-08-04 07:31:32 UTC (rev 134478)
@@ -490,7 +490,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}/adress)\", 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