aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch
blob: 6ae292835b930647f326cd453c5b1cbe4b31436a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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