aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-08 16:18:50 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-12 23:46:26 +0100
commita3260f88e01e3e91229ac241d0cd5648f2a045f3 (patch)
treec4870a677c42fc790601a366dd84281ef4064269 /lib/python/Components
parent3deb2fa4815db8b8497d5cafdb94dc92717979e7 (diff)
downloadenigma2-a3260f88e01e3e91229ac241d0cd5648f2a045f3.tar.gz
enigma2-a3260f88e01e3e91229ac241d0cd5648f2a045f3.zip
fixes bug #429
remove some absolute paths
Diffstat (limited to 'lib/python/Components')
-rwxr-xr-xlib/python/Components/Network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index 4b0213d4..45b8bfa0 100755
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -14,7 +14,7 @@ class Network:
self.NetworkState = 0
self.DnsState = 0
self.nameservers = []
- self.ethtool_bin = "/usr/sbin/ethtool"
+ self.ethtool_bin = "ethtool"
self.container = eConsoleAppContainer()
self.Console = Console()
self.LinkConsole = Console()