[source] samba36: Remove syslog and load printers lines.

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 30 09:13:05 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/343e3d2ba8efe20554522419697e0e4c3038c92f

commit 343e3d2ba8efe20554522419697e0e4c3038c92f
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Aug 25 20:12:13 2017 -0700

    samba36: Remove syslog and load printers lines.
    
    printer support is removed using 200-remove_printer_support.patch. the syslog parameter requires samba to be compiled with --with-syslog. Currently samba does not log to syslog and probably has not for a long time.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 package/network/services/samba36/files/smb.conf.template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/network/services/samba36/files/smb.conf.template b/package/network/services/samba36/files/smb.conf.template
index 47ec116..fc72f92 100644
--- a/package/network/services/samba36/files/smb.conf.template
+++ b/package/network/services/samba36/files/smb.conf.template
@@ -9,7 +9,6 @@
 	deadtime = 30
 	enable core files = no
 	invalid users = root
-	load printers = no
 	local master = no
 	map to guest = Bad User
 	max protocol = SMB2
@@ -18,5 +17,4 @@
 	passdb backend = smbpasswd
 	security = user
 	smb passwd file = /etc/samba/smbpasswd
-	syslog = 2
 	use sendfile = yes



More information about the lede-commits mailing list