diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-09-19 11:33:12 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-09-19 11:33:12 +0000 |
commit | 968352ed52fe500a807a1e7efaa29137912cc60c (patch) | |
tree | 0440d2515bc100c9730184ed612b1f677b0d3fcf /samba | |
parent | 5a62d450444ca96c4504d7ffd1370b1873d39785 (diff) |
samba: simplify homefiles m4 logic, and note that _private_ is broken.
Diffstat (limited to 'samba')
-rw-r--r-- | samba/smb-shares.conf.m4 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/samba/smb-shares.conf.m4 b/samba/smb-shares.conf.m4 index abe0e8b..fe7722a 100644 --- a/samba/smb-shares.conf.m4 +++ b/samba/smb-shares.conf.m4 @@ -2,7 +2,7 @@ ifelse(` /etc/samba/smb-shares.m4 Copyright 2002 Jonas Smedegaard <dr@jones.dk> -$Id: smb-shares.conf.m4,v 1.16 2002-09-12 08:24:44 jonas Exp $ +$Id: smb-shares.conf.m4,v 1.17 2002-09-19 11:33:12 jonas Exp $ m4 share definitions for generating Samba server smb.conf include file @@ -50,7 +50,8 @@ TODO: Support for netatalk is not yet implemented. <othergroup> is not yet implemented. Get rid of <os>: <othergroup> is now 10nth parameter which is only available in GNU m4. - All _homefiles (including "homes") should probably have similar access default (read-only). + All _homefiles (including "homes") should probably have similar access default (read-only, private). + BROKEN: Homefiles are *not* private currently :-( ')dnl changequote(<, >)dnl @@ -165,11 +166,7 @@ ifdef(<_veto>, >)dnl define(<_homefiles>, <ifelse($1,win, -define(<_homefiles_access>, <rwp>)dnl -ifdef($5, - ifelse($5,ro, -define(<_homefiles_access>, <rop>)))dnl -<_files($1,$2,$3,$4,,,,<_homefiles_access>)>dnl +<_files($1,$2,$3,$4,,,,$5)>dnl )>)dnl define(<_printer>, <ifelse($1,win, |