Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Bill Squier <groo@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2001 18:21:54
Module Name:	pkgsrc
Committed By:	groo
Date:		Fri Jun  1 15:21:54 UTC 2001

Modified Files:
	pkgsrc/net/samba: Makefile distinfo

Log Message:
Apply patch to tdb.c so that it works on pre-UBC systems.  .tdb databases
were previously enlarged by the sequence:  lseek, write, munmap, mmap
and are now enlarged by: munmap, lseek, write, mmap.

The Samba team is already aware of the problem.  I expect this patch will
be incorporated in a future release.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/net/samba/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/samba/distinfo

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