[Git][NTPsec/ntpsec][master] Add "ntpdig" to ntpdig's version string
Hal Murray
gitlab at mg.gitlab.com
Fri Jan 6 01:24:52 UTC 2017
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
cacf62fc by Hal Murray at 2017-01-05T17:24:31-08:00
Add "ntpdig" to ntpdig's version string
- - - - -
1 changed file:
- ntpclients/ntpdig
Changes:
=====================================
ntpclients/ntpdig
=====================================
--- a/ntpclients/ntpdig
+++ b/ntpclients/ntpdig
@@ -331,7 +331,7 @@ if __name__ == '__main__':
print(usage)
raise SystemExit(0)
elif switch in ("-V", "--version"):
- print(ntp.util.stdversion())
+ print("ntpdig %s" % ntp.util.stdversion())
raise SystemExit(0)
else:
sys.stderr.write(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/cacf62fcfc4e0c7d8733e1e16404665c74ce345b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170106/f17adc11/attachment.html>
More information about the vc
mailing list