summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-cg
diff options
context:
space:
mode:
authortaca <taca>2007-10-28 07:28:45 +0000
committertaca <taca>2007-10-28 07:28:45 +0000
commit58da9950dcf557b38c88614283e45b1ef0a2e69b (patch)
tree32bd3d9fa13470b0fc7cd21657ae706695353731 /net/samba/patches/patch-cg
parent43d4c9507125cb37f5b86438bf7fbfa65c3d15fc (diff)
downloadpkgsrc-58da9950dcf557b38c88614283e45b1ef0a2e69b.tar.gz
Update samba to 3.0.26a.
pkgsrc change: Add support for DESTDIR. Changes from 3.0.24 are huge, please refer WHATSNEW.txt. <http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_0_26/WHATSNEW.txt?rev=22651&view=markup>
Diffstat (limited to 'net/samba/patches/patch-cg')
-rw-r--r--net/samba/patches/patch-cg13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba/patches/patch-cg b/net/samba/patches/patch-cg
new file mode 100644
index 00000000000..dc5fbbffe1a
--- /dev/null
+++ b/net/samba/patches/patch-cg
@@ -0,0 +1,13 @@
+$NetBSD: patch-cg,v 1.1 2007/10/28 07:28:50 taca Exp $
+
+--- passdb/pdb_tdb.c.orig 2007-03-01 13:54:41.000000000 +0900
++++ passdb/pdb_tdb.c
+@@ -1559,7 +1559,7 @@ static BOOL tdbsam_new_rid(struct pdb_me
+ uint32 rid;
+ BOOL ret = False;
+
+- tdb = tdb_open_log(lock_path("winbindd_idmap.tdb"), 0,
++ tdb = tdb_open_log(state_path("winbindd_idmap.tdb"), 0,
+ TDB_DEFAULT, O_RDWR | O_CREAT, 0644);
+
+ if (tdb == NULL) {