[Git][NTPsec/ntpsec][master] Fix name of psutil

Eric S. Raymond gitlab at mg.gitlab.com
Sun Nov 26 15:36:32 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
42f36d8e by Richard Laager at 2017-11-26T15:35:57+00:00
Fix name of psutil

psutil and psutils are different software packages with different
purposes.

- - - - -


2 changed files:

- INSTALL
- ntpclients/ntpviz


Changes:

=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -38,7 +38,7 @@ buildprep does not attempt to install dependencies for optional
 components like ntpviz or building documentation unless asked. See
 buildprep --help for details on available options.  asciidoc has a
 huge tail of dependencies and you probably don't want it unless you're
-planning to modify the documentation.  psutils may require different
+planning to modify the documentation.  psutil may require different
 packages depending on whether your base Python version is 2 or 3.
 
 === Details ===
@@ -55,7 +55,7 @@ argparse::
    Required for ntpviz when using Python version 2.6
    Install with pip: pip install argparse
 
-psutils::
+psutil::
    Optional for ntpviz.  Allows running with ionice()
    Debian: python-psutil or python3-psutil
    Ubuntu: python-psutil or python3-psutil


=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -1533,7 +1533,7 @@ Python by ESR, concept and gnuplot code by Dan Drown.
 
         except ImportError:
             if 0 < args.debug_level:
-                sys.stderr.write("ntpviz: INFO: psutils not found\n")
+                sys.stderr.write("ntpviz: INFO: psutil not found\n")
             pass
 
         # set nice()



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/42f36d8eb691ca9bb403b9f8efbb04e6538708ef

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/42f36d8eb691ca9bb403b9f8efbb04e6538708ef
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171126/8bd56fbb/attachment.html>


More information about the vc mailing list