Hallo,
for a school server I'd like the option
write list = "/path/to/class-8a-list"
for the share [class-8a]
Ok - I can work with
[class-8a]
...
include "/path/to/writelistdefinition.txt"
...
but that's more ugly.
Viele Gruesse!
Helmut
On Fri, Jul 15, 2011 at 4:30 AM, Helmut Hullen <Hullen at t-online.de> wrote:> Hallo, > > for a school server I'd like the option > > ? ? ? ?write list = "/path/to/class-8a-list" > > for the share [class-8a] >why not use a user group?
On Fri, Jul 15, 2011 at 11:30:00AM +0200, Helmut Hullen wrote:> Hallo, > > for a school server I'd like the option > > write list = "/path/to/class-8a-list" > > for the share [class-8a] > > Ok - I can work with > > [class-8a] > > ... > include "/path/to/writelistdefinition.txt" > ... > > but that's more ugly.Well, patches welcome for that :-). Shouldn't be too hard, we already have all the infrastructure. Change the write list code to check for a leading '/' then open that path. Jeremy.