Hi,

message:
  Add sudo so that the ifconfig command do not fail when
  "lava-deployment-tool setup" is executed as non-privileged user.


I must not push because: I am not member of your team, I do not know what your 
patch policy is and I am not sure the patch is right. That is because I am 
sending the patch via email.

I will look at the rest of LAVA projects code in the next eight days. If you 
have some task which you want to work out, please let me know it. I will carry 
out it.

Regards
---
$ bzr diff -r209..208
=== modified file 'lava-deployment-tool'
--- lava-deployment-tool        2012-10-02 14:32:21 +0000
+++ lava-deployment-tool        2012-09-14 21:11:54 +0000
@@ -759,7 +759,7 @@
     echo ""
     echo "Here is the list of network device on this host"
 
-    sudo ifconfig | grep 'Ethernet\|inet addr'
+    ifconfig | grep 'Ethernet\|inet addr'
 
     while true; do

_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to