From 286eaa380fa8dce0f2b44f2b82ff7efcb3faf2d5 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 8 Nov 2017 11:58:05 -0800 Subject: samba: move to version 4.7.0 ad-dc code is built and krb5 is used. If booting using systemd, 'nmb' and 'smb' are started. 'samba' is not. Signed-off-by: Joe Slater Signed-off-by: Armin Kuster Signed-off-by: Joe MacDonald --- .../samba/samba/smb_conf-4.7.0.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch (limited to 'meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch') diff --git a/meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch b/meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch new file mode 100644 index 0000000000..77c8b3626b --- /dev/null +++ b/meta-networking/recipes-connectivity/samba/samba/smb_conf-4.7.0.patch @@ -0,0 +1,19 @@ +samba: correct log files location + +We use /var/log/samba. + +Upstream-Status: Pending + +Signed-off-by: Joe Slater + +--- a/packaging/RHEL/setup/smb.conf ++++ b/packaging/RHEL/setup/smb.conf +@@ -63,7 +63,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 -- cgit 1.2.3-korg