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
This commit is contained in:
parent
a3bc22a09b
commit
23a368256d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user