Subject: CVS commit: src/libexec/getNAME
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 09/12/2006 21:56:43
Module Name:	src
Committed By:	hubertf
Date:		Tue Sep 12 21:56:43 UTC 2006

Modified Files:
	src/libexec/getNAME: getNAME.c

Log Message:
Handle .br - this makes processing of the netbsd-4
src/dist/bzip2/bzip2.1 file work:

Before:
	% getNAME /usr/cvs/src-4/dist/bzip2/bzip2.1
	bzip2, bunzip2 (1) - a block-sorting file compressor, v1.0.2 .br bzcat (1) - decompresses files to stdout .br bzip2recover (1) - recovers data from damaged bzip2 files

After:
	% getNAME /usr/cvs/src-4/dist/bzip2/bzip2.1
	bzip2, bunzip2 (1) - a block-sorting file compressor, v1.0.2
	bzcat (1) - decompresses files to stdout
	bzip2recover (1) - recovers data from damaged bzip2 files

Verified with code from src/share/man/man0 that nothing else was
broken by this change.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/libexec/getNAME/getNAME.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.