diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-09-17 22:44:24 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-09-17 22:44:24 +0200 |
commit | 0b7126db39edcb3829f8e3a7097d60b81983a497 (patch) | |
tree | 74ec359a2d7afbc07b51b2c49767205b93f9d73b | |
parent | a839715aa3ec4ca158136a30c8048f7081e7377c (diff) | |
download | net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.gz net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.bz2 net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.xz net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.zip |
Make net_monitor distro-agnostic
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | setup.py | 6 | ||||
-rwxr-xr-x | src/net_monitor | 2 |
5 files changed, 9 insertions, 7 deletions
@@ -1,3 +1,3 @@ -Mandriva network monitoring tool - information about the authors +Network monitoring tool - information about the authors Eugeni Dodonov @@ -1,5 +1,6 @@ -Mandriva network monitoring tool -- History of user-visible changes +Network monitoring tool -- History of user-visible changes Copyright (C) 2009, Mandriva +Copyright (C) 2011 and later, Mageia 0.21 - adapted for Python 3 @@ -1,3 +1,4 @@ -This is a basic network monitoring tool, developed for Mandriva Linux. +This is a basic network monitoring tool, originally developed for Mandriva Linux. +It is now maintained by the Mageia community. More information will follow :). @@ -7,15 +7,15 @@ module1 = Extension('net_monitor/_native', setup (name='net_monitor', version=version, - description='Mandriva network monitoring tool', + description='Network monitoring tool', author="Eugeni Dodonov", author_email="", url="", license="GPL", long_description= """\ -This is a network monitoring tool for Mandriva Linux, intended to replace the -old net_monitor from drakx-net. It supports graphical network monitoring and +This is a network monitoring tool, intended to replace the old net_monitor that +drakx-net used in early Mandriva days. It supports graphical network monitoring and some advanced features, such as network profiling, activity monitoring, detailed logging and network traffic statistics with help of vnstat reporting. """, diff --git a/src/net_monitor b/src/net_monitor index f5c809a..7bb628a 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -853,7 +853,7 @@ class MonitorGui: # {{{ usage def usage(): """Prints help message""" - print("""net_monitor: Mandriva network monitoring tool. + print("""net_monitor: network monitoring tool. Arguments to net_monitor: -h, --help displays this helpful message. |