blob: 6ae292835b930647f326cd453c5b1cbe4b31436a [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From f99b6a8617df6a46f41fb68ffafb2608dbb6681e Mon Sep 17 00:00:00 2001
2From: Joe Slater <joe.slater@windriver.com>
3Date: Wed, 8 Nov 2017 11:58:05 -0800
4Subject: [PATCH] samba: correct log files location
Brad Bishop316dfdd2018-06-25 12:45:53 -04005
6We use /var/log/samba.
7
8Upstream-Status: Pending
9
10Signed-off-by: Joe Slater <joe.slater@windriver.com>
11
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012---
13 examples/smb.conf.default | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/examples/smb.conf.default b/examples/smb.conf.default
17index 2f20720..44c1aa8 100644
18--- a/examples/smb.conf.default
19+++ b/examples/smb.conf.default
20@@ -52,7 +52,7 @@
Brad Bishop316dfdd2018-06-25 12:45:53 -040021
22 # this tells Samba to use a separate log file for each machine
23 # that connects
24- log file = /usr/local/samba/var/log.%m
25+ log file = /var/log/samba/log.%m
26
27 # Put a capping on the size of the log files (in Kb).
28 max log size = 50