[Git][NTPsec/ntpsec][master] Add "ntpd" to ntpd's version string

Hal Murray gitlab at mg.gitlab.com
Wed Dec 28 20:43:54 UTC 2016


Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
57e7f4fa by Hal Murray at 2016-12-28T12:43:20-08:00
Add "ntpd" to ntpd's version string

- - - - -


1 changed file:

- ntpd/ntpd.c


Changes:

=====================================
ntpd/ntpd.c
=====================================
--- a/ntpd/ntpd.c
+++ b/ntpd/ntpd.c
@@ -492,7 +492,7 @@ const char *ntpd_version(void)
 {
     static char versionbuf[64];
     snprintf(versionbuf, sizeof(versionbuf),
-	     "%s-%s+%d %s", VCS_BASENAME, VERSION, VCS_TICK, VCS_DATE);
+	     "ntpd %s-%s+%d %s", VCS_BASENAME, VERSION, VCS_TICK, VCS_DATE);
     return versionbuf;
 }
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/57e7f4fac44694243b1be045c979003509e38e5f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161228/13cf1f21/attachment.html>


More information about the vc mailing list