Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 19:39:16 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246560 - head/usr.bin/patch
Message-ID:  <201302081939.r18JdGBC015666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081939.r18JdGBC015666>