[arch-releng] [PATCH 2/2] Add missing "done" keyword for "for" in rc.d/archiso

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Sat Oct 17 19:51:37 EDT 2009


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 configs/xfce4/overlay/etc/rc.d/archiso |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/xfce4/overlay/etc/rc.d/archiso b/configs/xfce4/overlay/etc/rc.d/archiso
index 661bcbd..735c297 100644
--- a/configs/xfce4/overlay/etc/rc.d/archiso
+++ b/configs/xfce4/overlay/etc/rc.d/archiso
@@ -11,7 +11,7 @@ scan_network ()
     netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1)
     for net in ${netdev}; do
         stats=$(ifconfig ${net} | tr -s "\n" " ")
-
+    done
 }
 
 scan_mount_pts ()
-- 
1.6.5



More information about the arch-releng mailing list