From cf092714fa425f8cb205f865ec1d71e3fe503d38 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 6 Jun 2011 04:26:02 +0000 Subject: [PATCH] some comments to explain fixes --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index faf9710..b8744de 100755 --- a/inxi +++ b/inxi @@ -3964,7 +3964,7 @@ get_network_advanced_data() if_path=$( ls $working_uevent_path/net 2>/dev/null ) if_id=$if_path working_path=$working_uevent_path/net/$if_path - # this case, from debian squeeze: + # this case, from debian squeeze 2.6.32-5-686: # /sys/devices/pci0000:00/0000:00:0b.1/usb1/1-1/net/wlan0/address elif [[ -e $working_path/net ]];then if_path=$( ls $working_path/net 2>/dev/null )