diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-05 11:26:03 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-05 11:26:03 -0800 |
commit | 2f9ea52c4ed0415509dcdd8c786da773cefc041b (patch) | |
tree | 983ec2405e31c207be997a1934a2b617af4e4cca /scripts | |
parent | 4dbba52a5b7e97d55ea7c4f957f594204350b9b2 (diff) | |
download | vyatta-op-2f9ea52c4ed0415509dcdd8c786da773cefc041b.tar.gz vyatta-op-2f9ea52c4ed0415509dcdd8c786da773cefc041b.zip |
use symlink instead of wrapper for ethtool
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-ethtool-wrapper | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/vyatta-ethtool-wrapper b/scripts/vyatta-ethtool-wrapper deleted file mode 100755 index 8753bd6..0000000 --- a/scripts/vyatta-ethtool-wrapper +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -ethtool "$@" - |