diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-08 16:18:50 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-12 23:46:26 +0100 |
| commit | a3260f88e01e3e91229ac241d0cd5648f2a045f3 (patch) | |
| tree | c4870a677c42fc790601a366dd84281ef4064269 /lib/python/Components | |
| parent | 3deb2fa4815db8b8497d5cafdb94dc92717979e7 (diff) | |
| download | enigma2-a3260f88e01e3e91229ac241d0cd5648f2a045f3.tar.gz enigma2-a3260f88e01e3e91229ac241d0cd5648f2a045f3.zip | |
fixes bug #429
remove some absolute paths
Diffstat (limited to 'lib/python/Components')
| -rwxr-xr-x | lib/python/Components/Network.py | 2 |
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() |
