diff options
author | krion <krion@FreeBSD.org> | 2004-01-02 20:38:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-02 20:38:55 +0800 |
commit | fe6c744de160304ae3297e3883263b351e269ab9 (patch) | |
tree | 206512fe9e08db9088c30ef90cae37882645c7f9 /net/nload/files | |
parent | a927628926359aa4b2005cde475368a3191a7ca8 (diff) | |
download | freebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.tar.gz freebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.tar.zst freebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.zip |
- Update to version 0.6.0
PR: 60819
Submitted by: maintainer
Diffstat (limited to 'net/nload/files')
-rw-r--r-- | net/nload/files/patch-aa | 12 | ||||
-rw-r--r-- | net/nload/files/patch-ab | 22 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net/nload/files/patch-aa b/net/nload/files/patch-aa deleted file mode 100644 index 31a8c16d7b13..000000000000 --- a/net/nload/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN src/form_field.cpp src/form_field.cpp ---- src/form_field.cpp Sun Oct 20 11:35:27 2002 -+++ src/form_field.cpp Sun Oct 20 11:35:39 2002 -@@ -133,7 +133,7 @@ - } - - --Form::Form( Slots* slots = 0 ) : m_slots( slots ), m_form(0), m_visible( false ) -+Form::Form( Slots* slots ) : m_slots( slots ), m_form(0), m_visible( false ) - { - m_instances.push_back( this ); - } diff --git a/net/nload/files/patch-ab b/net/nload/files/patch-ab index a75960c58f45..3c789e526812 100644 --- a/net/nload/files/patch-ab +++ b/net/nload/files/patch-ab @@ -9,25 +9,3 @@ "The options above can also be changed at run time by pressing the 'o' key.\n\n", PACKAGE, VERSION, ---- docs/nload.1.in.orig Wed Aug 20 13:38:09 2003 -+++ docs/nload.1.in Wed Aug 20 13:38:31 2003 -@@ -85,7 +85,7 @@ - The default is M. - .TP - .B devices --Network devices to use. The default device is "eth0". -+Network devices to use. The default device is "fxp0". - .TP - .B \-h, \-\-help - Show a short summary of these command line options. -@@ -112,10 +112,6 @@ - .TP - .B '+', '-' - Scroll the option window. -- --.SH FILES --.I /proc/net/dev --is read by nload to get the network traffic data. - - .SH VERSION - This is version @VERSION@ of nload. |