Subject: CVS commit: pkgsrc/net/samba
To: None <pkgsrc-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2003 13:25:58
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Tue Feb 18 11:25:58 UTC 2003

Modified Files:
	pkgsrc/net/samba: Makefile distinfo
Added Files:
	pkgsrc/net/samba/patches: patch-ar

Log Message:
open_file_shared(): when falling back to O_RDONLY open_file() call after
O_RDWR fails in fcbopen case, remember the errno from previous open_file()
call and set errno back to this value if the second open_file() call
fails too

this makes samba report EACCESS instead of confusing ENOENT if creation
of file fails due to insufficient permissions for SMBcreate/SMBmknew call

bump package revision


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 pkgsrc/net/samba/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/net/samba/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/samba/patches/patch-ar

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