You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
551 B

  1. Index: zabbix-3.2.7/src/libs/zbxcommon/str.c
  2. ===================================================================
  3. --- zabbix-3.2.7.orig/src/libs/zbxcommon/str.c
  4. +++ zabbix-3.2.7/src/libs/zbxcommon/str.c
  5. @@ -51,7 +51,7 @@ static const char help_message_footer[]
  6. void version(void)
  7. {
  8. printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
  9. - printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
  10. + printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
  11. puts(copyright_message);
  12. }