diff options
author | Juri Jensen <juri@xenux.dk> | 2001-09-17 10:37:08 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2001-09-17 10:37:08 +0000 |
commit | 6c8777d496c88337814c7d4717dbe12ec9f12901 (patch) | |
tree | 38cf30c6541edeb7e7356705dab035d6410e5613 /samba | |
parent | ccacf5b0aab0762e1b169530985eaed865660c6f (diff) |
* Fixed a bad typo
* Added smb-shares-xenux.conf
Diffstat (limited to 'samba')
-rw-r--r-- | samba/smb-shares-xenux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samba/smb-shares-xenux.conf b/samba/smb-shares-xenux.conf new file mode 100644 index 0000000..0eec9a3 --- /dev/null +++ b/samba/smb-shares-xenux.conf @@ -0,0 +1,9 @@ +[mp3] + comment = Mp3 filer + path = /var/local/filesharing/mp3 + public = no + valid users = @mp3 + force group = +mp3 + writable = yes + create mask = 0660 + directory mask = 0770 |