From e4b5caaca09eb3586cda17657aac4c397c57691f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Nov 2010 10:51:24 +0100 Subject: [PATCH] samba: fix comments in configfiles, thanks to ilya Signed-off-by: Stephan Raue --- packages/network/samba/config/samba.conf.sample | 10 ++++++++-- packages/network/samba/config/smb.conf | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/network/samba/config/samba.conf.sample b/packages/network/samba/config/samba.conf.sample index 5b466c8818..da3784c7c4 100644 --- a/packages/network/samba/config/samba.conf.sample +++ b/packages/network/samba/config/samba.conf.sample @@ -1,5 +1,10 @@ +# samba.conf + +# This configuration file allows you to customize the samba shares +# available from your machine + [global] - server string = OpenELEC.tv Mediacenter(%i) + server string = Media Centre(%i) workgroup = WORKGROUP netbios name = openelec security = share @@ -9,7 +14,8 @@ syslog only = yes 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] path = /storage/.update diff --git a/packages/network/samba/config/smb.conf b/packages/network/samba/config/smb.conf index 5b466c8818..da3784c7c4 100644 --- a/packages/network/samba/config/smb.conf +++ b/packages/network/samba/config/smb.conf @@ -1,5 +1,10 @@ +# samba.conf + +# This configuration file allows you to customize the samba shares +# available from your machine + [global] - server string = OpenELEC.tv Mediacenter(%i) + server string = Media Centre(%i) workgroup = WORKGROUP netbios name = openelec security = share @@ -9,7 +14,8 @@ syslog only = yes 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] path = /storage/.update