Khem Raj a001e46529 samba: Update to 4.8.3
LDB 1.4.0 breaks Samba < 4.9 therefore use internal version

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-30 01:34:10 -07:00

29 lines
815 B
Diff

From f99b6a8617df6a46f41fb68ffafb2608dbb6681e Mon Sep 17 00:00:00 2001
From: Joe Slater <joe.slater@windriver.com>
Date: Wed, 8 Nov 2017 11:58:05 -0800
Subject: [PATCH] samba: correct log files location
We use /var/log/samba.
Upstream-Status: Pending
Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
examples/smb.conf.default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/smb.conf.default b/examples/smb.conf.default
index 2f20720..44c1aa8 100644
--- a/examples/smb.conf.default
+++ b/examples/smb.conf.default
@@ -52,7 +52,7 @@
# this tells Samba to use a separate log file for each machine
# that connects
- log file = /usr/local/samba/var/log.%m
+ log file = /var/log/samba/log.%m
# Put a capping on the size of the log files (in Kb).
max log size = 50