mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:03:23 +00:00
LDB 1.4.0 breaks Samba < 4.9 therefore use internal version Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
815 B
Diff
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
|