[Git][NTPsec/ntpsec][checking] 2 commits: Removed ntploggps from bin_test.

Ian Bruene gitlab at mg.gitlab.com
Mon Oct 1 16:15:18 UTC 2018


Ian Bruene pushed to branch checking at NTPsec / ntpsec


Commits:
364cbad5 by Ian Bruene at 2018-10-01T16:12:52Z
Removed ntploggps from bin_test.

- - - - -
09aa257f by Ian Bruene at 2018-10-01T16:13:06Z
Fixed bungled ntpleapfetch version flags and docs.

- - - - -


3 changed files:

- docs/includes/ntpleapfetch-body.txt
- ntpclients/ntpleapfetch
- wafhelpers/bin_test.py


Changes:

=====================================
docs/includes/ntpleapfetch-body.txt
=====================================
@@ -103,4 +103,7 @@ present and to default leapfile) /etc/{ntpconf}
 +-Z+::
   Use system path only.
 
++-V+, +--version+::
+  Print the version string and exit.
+
 // end


=====================================
ntpclients/ntpleapfetch
=====================================
@@ -138,7 +138,7 @@ fi
 
 # Parse options
 
-while getopts 46p:P:s:e:f:Fc:r:i:lLt:hqvz:Z opt; do
+while getopts 46p:P:s:e:f:Fc:r:i:lLt:hqvz:ZV opt; do
     case $opt in
         4)
             PROTO="-4"
@@ -191,6 +191,10 @@ while getopts 46p:P:s:e:f:Fc:r:i:lLt:hqvz:Z opt; do
             displayHelp
             exit 0
             ;;
+		V)
+			displayVersion
+			exit 0
+			;;
 	q)
 	    QUIET="Y"
 	    ;;


=====================================
wafhelpers/bin_test.py
=====================================
@@ -17,7 +17,6 @@ cmd_map = {
     ("main/ntpclients/ntpq", "--version"): "ntpq %s\n" % verStr,
     ("main/ntpclients/ntpmon", "--version"): "ntpmon %s\n" % verStr,
     ("main/ntpclients/ntpleapfetch", "--version"): "ntpleapfetch %s\n" % verStr,
-    ("main/ntpclients/ntploggps", "--version"): "ntploggps %s\n" % verStr,
     ("main/ntpclients/ntplogtemp", "--version"): "ntplogtemp %s\n" % verStr,
     ("main/ntpclients/ntpsnmpd", "--version"): "ntpsnmpd %s\n" % verStr,
     ("main/ntpclients/ntpsweep", "--version"): "ntpsweep %s\n" % verStr,



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/284efe0b781db8d1887570357deab6ee654dd5f9...09aa257f6de91f37ee8293f00367882612424b3f

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/284efe0b781db8d1887570357deab6ee654dd5f9...09aa257f6de91f37ee8293f00367882612424b3f
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/20181001/56029fbe/attachment-0001.html>


More information about the vc mailing list