1 Author: Reiner Herrmann <reiner@reiner-h.de>
2 Date: 2016-07-01 16:00:02 UTC
3 Bug-Debian: https://bugs.debian.org/829249
5 make ncftp build reproducible.
7 diff --git a/ncftp/main.c b/ncftp/main.c
8 index a7fccac..b27a94e 100644
11 @@ -62,7 +62,7 @@ static void
20 @@ -76,7 +76,7 @@ Usage(void)
21 -F Dump a sample $HOME/.ncftp/firewall prefs file to stdout and exit.\n");
23 (void) fprintf(fp, "\nProgram version: %s\nLibrary version: %s\n", gVersion + 5, gLibNcFTPVersion + 5);
26 AbbrevStr(s, UNAME, 60, 1);
27 (void) fprintf(fp, "Build system: %s\n", s);