aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-02-08 19:39:15 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-02-08 19:39:15 +0000
commit23a368256d11f038954bd82f20232ce94b85681e (patch)
tree165938ce91f66380a80921b4069b216de3701cc2 /usr.bin/patch
parenta3bc22a09b4d7f1468285cb6a3936405dc88487f (diff)
downloadsrc-23a368256d11f038954bd82f20232ce94b85681e.tar.gz
src-23a368256d11f038954bd82f20232ce94b85681e.zip
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
Notes
Notes: svn path=/head/; revision=246560
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index 3895b2c92cec..28a3cb0cf583 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -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);
}