nmap/nmap.patch

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

     1 Index: ndiff/setup.py
     2 --- ndiff/setup.py.orig	2009-06-24 23:35:54 +0200
     3 +++ ndiff/setup.py	2009-10-18 10:27:48 +0200
     4 @@ -29,5 +29,5 @@
     5                  + "Installing your distribution's python-dev package may solve this problem.")
     7  distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"],
     8 -    data_files = [(u"share/man/man1", [u"docs/ndiff.1"])],
     9 +    data_files = [(u"man/man1", [u"docs/ndiff.1"])],
    10      cmdclass = {"install_egg_info": null_command, "install": checked_install})

mercurial