mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
samba: fix comments in configfiles, thanks to ilya
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f8fd5bc58d
commit
e4b5caaca0
@ -1,5 +1,10 @@
|
|||||||
|
# samba.conf
|
||||||
|
|
||||||
|
# This configuration file allows you to customize the samba shares
|
||||||
|
# available from your machine
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
server string = OpenELEC.tv Mediacenter(%i)
|
server string = Media Centre(%i)
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
netbios name = openelec
|
netbios name = openelec
|
||||||
security = share
|
security = share
|
||||||
@ -9,7 +14,8 @@
|
|||||||
syslog only = yes
|
syslog only = yes
|
||||||
name resolve order = lmhosts wins bcast host
|
name resolve order = lmhosts wins bcast host
|
||||||
|
|
||||||
# here you can add a writable share of a disk under /storage
|
# Using the following configurations as a template allows you to add
|
||||||
|
# writable shares of disks and paths under /storage
|
||||||
|
|
||||||
[Update]
|
[Update]
|
||||||
path = /storage/.update
|
path = /storage/.update
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
|
# samba.conf
|
||||||
|
|
||||||
|
# This configuration file allows you to customize the samba shares
|
||||||
|
# available from your machine
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
server string = OpenELEC.tv Mediacenter(%i)
|
server string = Media Centre(%i)
|
||||||
workgroup = WORKGROUP
|
workgroup = WORKGROUP
|
||||||
netbios name = openelec
|
netbios name = openelec
|
||||||
security = share
|
security = share
|
||||||
@ -9,7 +14,8 @@
|
|||||||
syslog only = yes
|
syslog only = yes
|
||||||
name resolve order = lmhosts wins bcast host
|
name resolve order = lmhosts wins bcast host
|
||||||
|
|
||||||
# here you can add a writable share of a disk under /storage
|
# Using the following configurations as a template allows you to add
|
||||||
|
# writable shares of disks and paths under /storage
|
||||||
|
|
||||||
[Update]
|
[Update]
|
||||||
path = /storage/.update
|
path = /storage/.update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user