summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-02-08 19:39:15 +0000
committerpfg <pfg@FreeBSD.org>2013-02-08 19:39:15 +0000
commite79f8eddcfa1df62392065ba89cf847d0d6b7557 (patch)
tree165938ce91f66380a80921b4069b216de3701cc2
parent57fb31bcdbe887c6b20c810287489eb0cddd871e (diff)
downloadFreeBSD-src-e79f8eddcfa1df62392065ba89cf847d0d6b7557.zip
FreeBSD-src-e79f8eddcfa1df62392065ba89cf847d0d6b7557.tar.gz
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
-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 3895b2c..28a3cb0 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);
}
OpenPOWER on IntegriCloud