svn commit: r246560 - head/usr.bin/patch

Pedro F. Giffuni pfg at FreeBSD.org
Fri Feb 8 19:39:17 UTC 2013


Author: pfg
Date: Fri Feb  8 19:39:15 2013
New Revision: 246560
URL: http://svnweb.freebsd.org/changeset/base/246560

Log:
  patch: Follow original versioning convention.
  
  According to the README file [1] the 12u variant, unlike
  the 12g variant, contains no copyleft code. It is therefore
  convenient to keep using the original versioning scheme to
  prevent confusions.
  
  [1] http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/patch/README

Modified:
  head/usr.bin/patch/util.c

Modified: head/usr.bin/patch/util.c
==============================================================================
--- head/usr.bin/patch/util.c	Fri Feb  8 18:43:47 2013	(r246559)
+++ head/usr.bin/patch/util.c	Fri Feb  8 19:39:15 2013	(r246560)
@@ -412,7 +412,7 @@ checked_in(char *file)
 void
 version(void)
 {
-	fprintf(stderr, "patch (BSD patch) 2.0-FreeBSD\n");
+	fprintf(stderr, "patch 2.0-12u8 FreeBSD\n");
 	my_exit(EXIT_SUCCESS);
 }
 


More information about the svn-src-head mailing list