diff options
author | James Meyer <james.meyer@operamail.com> | 2014-02-16 23:55:51 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2014-02-19 19:03:04 (GMT) |
commit | 5e43b65f3e67974c0b421f631e6b5eeec2bb393c (patch) | |
tree | 22a2aba11b019ad6c2c6bb4124194bc95ba46db7 /abs/core/net-tools/net-tools.patch | |
parent | 4061895c257e60fa6368b38c4cfd5191f5481a16 (diff) | |
download | linhes_pkgbuild-5e43b65f3e67974c0b421f631e6b5eeec2bb393c.zip linhes_pkgbuild-5e43b65f3e67974c0b421f631e6b5eeec2bb393c.tar.gz linhes_pkgbuild-5e43b65f3e67974c0b421f631e6b5eeec2bb393c.tar.bz2 |
net-tools, nfstools
update binary path to /usr/bin
refs #961
Diffstat (limited to 'abs/core/net-tools/net-tools.patch')
-rw-r--r-- | abs/core/net-tools/net-tools.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/abs/core/net-tools/net-tools.patch b/abs/core/net-tools/net-tools.patch deleted file mode 100644 index 8af2d21..0000000 --- a/abs/core/net-tools/net-tools.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur net-tools-1.60-orig/mii-tool.c net-tools-1.60/mii-tool.c ---- net-tools-1.60-orig/mii-tool.c 2000-05-21 07:31:17.000000000 -0700 -+++ net-tools-1.60/mii-tool.c 2004-05-31 12:35:21.000000000 -0700 -@@ -379,16 +379,16 @@ - /*--------------------------------------------------------------------*/ - - const char *usage = --"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...] -- -V, --version display version information -- -v, --verbose more verbose output -- -R, --reset reset MII to poweron state -- -r, --restart restart autonegotiation -- -w, --watch monitor for link status changes -- -l, --log with -w, write events to syslog -- -A, --advertise=media,... advertise only specified media -- -F, --force=media force specified media technology --media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD, -+"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...]\n\ -+ -V, --version display version information\n\ -+ -v, --verbose more verbose output\n\ -+ -R, --reset reset MII to poweron state\n\ -+ -r, --restart restart autonegotiation\n\ -+ -w, --watch monitor for link status changes\n\ -+ -l, --log with -w, write events to syslog\n\ -+ -A, --advertise=media,... advertise only specified media\n\ -+ -F, --force=media force specified media technology\n\ -+media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,\n\ - (to advertise both HD and FD) 100baseTx, 10baseT\n"; - - int main(int argc, char **argv) |