summaryrefslogtreecommitdiff
path: root/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2025-01-09 19:15:40 +0100
committerMichael Osipov <michaelo@FreeBSD.org>2025-01-12 22:00:34 +0100
commitf3ab3f3b2b7166cc33007f454b744123382c4b8a (patch)
treef52a269530a7589f1afe1c6af07fc6734eb0915e /net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
parentnet/samba419: Use a simple approach to reconcile O_PATH and vfs_zfsacl (diff)
net/samba419: Dynamically calculate FreeBSD proc_fd_pattern
Port timur's patch for dynamic calcuation of the proc fd (fdescfs) pattern mounted by the samba_server RC script from net/samba416. Tested by: michaelo Approved by: jrm (mentor), mikael, timur MFH: 2025Q1 Differential Revision: https://reviews.freebsd.org/D48416
Diffstat (limited to 'net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch')
-rw-r--r--net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
index 3289c0026304..601a1c1c79d8 100644
--- a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
+++ b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch
@@ -1,16 +1,5 @@
https://bugzilla.samba.org/show_bug.cgi?id=15376
---- source3/lib/system.c 2023-01-18 16:32:24.174553200 +0100
-+++ source3/lib/system.c 2023-06-19 23:35:30.132465000 +0200
-@@ -1022,6 +1022,8 @@
- } proc_fd_patterns[] = {
- /* Linux */
- { "/proc/self/fd/%d", "/proc/self/fd/0" },
-+ /* FreeBSD */
-+ { "/var/run/samba4/fd/%d", "/var/run/samba4/fd/0" },
- { NULL, NULL },
- };
-
--- source3/modules/vfs_zfsacl.c 2023-11-27 13:09:10.612012900 +0100
+++ source3/modules/vfs_zfsacl.c 2025-01-07 18:53:05.292522000 +0100
@@ -169,6 +169,7 @@