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 --- a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch +++ b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch @@ -70,7 +70,7 @@ /* Linux */ { "/proc/self/fd/%d", "/proc/self/fd/0" }, + /* FreeBSD */ -+ { "/compat/linux/dev/fd/%d", "/compat/linux/dev/fd/0" }, ++ { "/var/run/samba4/fd/%d", "/var/run/samba4/fd/0" }, { NULL, NULL }, };