diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-23 01:09:18 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-23 01:09:18 +0000 |
commit | 65fda9d0010fa31cefcfd9cda1c06a8f3e0506c7 (patch) | |
tree | 05f5643e37ca265e949090064804bcecf036afb2 /net | |
parent | 2bae88313b7d0c3620bc58eafde9f7c748fb5993 (diff) | |
download | pkgsrc-65fda9d0010fa31cefcfd9cda1c06a8f3e0506c7.tar.gz |
Pullup rev 1.94 (requested by bouyer in ticket #1218)
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 7d1bfd1e383..60620b4010b 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.93 2003/01/28 22:03:55 jlam Exp $ +# $NetBSD: Makefile,v 1.93.2.1 2003/03/23 01:09:18 jmc Exp $ .include "Makefile.common" +PKGREVISION= 1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite for UNIX |