mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 01:47:50 +00:00
samba: add printers section in samba.conf to hide some ugly log messages, thanks to Milhouse
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
83dbd9556b
commit
c2c4fa8c4d
@ -33,6 +33,16 @@
|
|||||||
syslog only = yes
|
syslog only = yes
|
||||||
name resolve order = lmhosts wins bcast host
|
name resolve order = lmhosts wins bcast host
|
||||||
|
|
||||||
|
[printers]
|
||||||
|
comment = All Printers
|
||||||
|
path = /var/spool/samba
|
||||||
|
browseable = no
|
||||||
|
guest ok = no
|
||||||
|
writable = no
|
||||||
|
printable = yes
|
||||||
|
printcap name = /dev/null
|
||||||
|
load printers = no
|
||||||
|
|
||||||
# Using the following configurations as a template allows you to add
|
# Using the following configurations as a template allows you to add
|
||||||
# writable shares of disks and paths under /storage
|
# writable shares of disks and paths under /storage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user