vapier 15/02/22 00:54:34 Modified: dumpelf.c pspax.c scanelf.c scanmacho.c Log: drop __DATE__ usage as the rcsid provides all the details we care about
Revision Changes Path 1.33 pax-utils/dumpelf.c file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?r1=1.32&r2=1.33 Index: dumpelf.c =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- dumpelf.c 4 Nov 2012 07:26:24 -0000 1.32 +++ dumpelf.c 22 Feb 2015 00:54:34 -0000 1.33 @@ -1,13 +1,13 @@ /* * Copyright 2005-2012 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.32 2012/11/04 07:26:24 vapier Exp $ + * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.33 2015/02/22 00:54:34 vapier Exp $ * * Copyright 2005-2012 Ned Ludd - <[email protected]> * Copyright 2005-2012 Mike Frysinger - <[email protected]> */ -static const char rcsid[] = "$Id: dumpelf.c,v 1.32 2012/11/04 07:26:24 vapier Exp $"; +static const char rcsid[] = "$Id: dumpelf.c,v 1.33 2015/02/22 00:54:34 vapier Exp $"; const char argv0[] = "dumpelf"; #include "paxinc.h" @@ -355,9 +355,9 @@ switch (flag) { case 'V': /* version info */ - printf("pax-utils-%s: %s compiled %s\n%s\n" + printf("pax-utils-%s: %s\n%s\n" "%s written for Gentoo by <solar and vapier @ gentoo.org>\n", - VERSION, __FILE__, __DATE__, rcsid, argv0); + VERSION, __FILE__, rcsid, argv0); exit(EXIT_SUCCESS); break; case 'h': usage(EXIT_SUCCESS); break; 1.53 pax-utils/pspax.c file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/pspax.c?r1=1.52&r2=1.53 Index: pspax.c =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/pspax.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- pspax.c 10 Apr 2013 21:54:44 -0000 1.52 +++ pspax.c 22 Feb 2015 00:54:34 -0000 1.53 @@ -12,7 +12,7 @@ * cc -o pspax pspax.c -DWANT_SYSCAP -lcap */ -static const char rcsid[] = "$Id: pspax.c,v 1.52 2013/04/10 21:54:44 vapier Exp $"; +static const char rcsid[] = "$Id: pspax.c,v 1.53 2015/02/22 00:54:34 vapier Exp $"; const char argv0[] = "pspax"; #include "paxinc.h" @@ -483,9 +483,9 @@ switch (flag) { case 'V': /* version info */ - printf("pax-utils-%s: %s compiled %s\n%s\n" + printf("pax-utils-%s: %s\n%s\n" "%s written for Gentoo by <solar and vapier @ gentoo.org>\n", - VERSION, __FILE__, __DATE__, rcsid, argv0); + VERSION, __FILE__, rcsid, argv0); exit(EXIT_SUCCESS); break; case 'h': usage(EXIT_SUCCESS); break; 1.272 pax-utils/scanelf.c file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.272&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.272&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?r1=1.271&r2=1.272 Index: scanelf.c =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v retrieving revision 1.271 retrieving revision 1.272 diff -u -r1.271 -r1.272 --- scanelf.c 22 Feb 2015 00:10:27 -0000 1.271 +++ scanelf.c 22 Feb 2015 00:54:34 -0000 1.272 @@ -1,13 +1,13 @@ /* * Copyright 2003-2012 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.271 2015/02/22 00:10:27 vapier Exp $ + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.272 2015/02/22 00:54:34 vapier Exp $ * * Copyright 2003-2012 Ned Ludd - <[email protected]> * Copyright 2004-2012 Mike Frysinger - <[email protected]> */ -static const char rcsid[] = "$Id: scanelf.c,v 1.271 2015/02/22 00:10:27 vapier Exp $"; +static const char rcsid[] = "$Id: scanelf.c,v 1.272 2015/02/22 00:54:34 vapier Exp $"; const char argv0[] = "scanelf"; #include "paxinc.h" @@ -2170,9 +2170,9 @@ switch (i) { case 'V': - printf("pax-utils-%s: %s compiled %s\n%s\n" + printf("pax-utils-%s: %s\n%s\n" "%s written for Gentoo by <solar and vapier @ gentoo.org>\n", - VERSION, __FILE__, __DATE__, rcsid, argv0); + VERSION, __FILE__, rcsid, argv0); exit(EXIT_SUCCESS); break; case 'h': usage(EXIT_SUCCESS); break; 1.25 pax-utils/scanmacho.c file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?r1=1.24&r2=1.25 Index: scanmacho.c =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- scanmacho.c 16 Dec 2013 20:30:38 -0000 1.24 +++ scanmacho.c 22 Feb 2015 00:54:34 -0000 1.25 @@ -1,7 +1,7 @@ /* * Copyright 2008-2012 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.24 2013/12/16 20:30:38 grobian Exp $ + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.25 2015/02/22 00:54:34 vapier Exp $ * * based on scanelf by: * Copyright 2003-2012 Ned Ludd - <[email protected]> @@ -10,7 +10,7 @@ * 2008-2013 Fabian Groffen - <[email protected]> */ -static const char rcsid[] = "$Id: scanmacho.c,v 1.24 2013/12/16 20:30:38 grobian Exp $"; +static const char rcsid[] = "$Id: scanmacho.c,v 1.25 2015/02/22 00:54:34 vapier Exp $"; const char argv0[] = "scanmacho"; #include "paxinc.h" @@ -630,9 +630,9 @@ switch (i) { case 'V': - printf("pax-utils-%s: %s compiled %s\n%s\n" + printf("pax-utils-%s: %s\n%s\n" "%s written for Gentoo by <solar, vapier and grobian @ gentoo.org>\n", - VERSION, __FILE__, __DATE__, rcsid, argv0); + VERSION, __FILE__, rcsid, argv0); exit(EXIT_SUCCESS); break; case 'h': usage(EXIT_SUCCESS); break;
