Re: [PATCH]block.c (recycle.c)

2002-09-02 Thread Stefan (metze) Metzmacher
At 11:55 02.09.2002 +0300, Alexander Bokovoy wrote: 2. I think it would be nicer to don't use /etc/samba/recycle.conf and use the following in smb.conf: [homes] vfs object = /usr/lib/samba/vfs_recycle.so vfs: recycle: bin = .recycle/%u second : isn't needed. vfs: recycle mode =

Re: [PATCH]block.c

2002-09-01 Thread Juergen Hasch
Hi Alexander, Am Donnerstag, 29. August 2002 10:27 schrieb Alexander Bokovoy: On Wed, Aug 28, 2002 at 07:46:36PM +0200, Juergen Hasch wrote: Hi Jelmer, I'm not using the block module, it's just that some C compilers don't like C++ comments. This stops building the VFS modules for me.

Re: [PATCH]block.c (recycle.c)

2002-09-01 Thread Stefan (metze) Metzmacher
HI Jürgen, First the update version of recycle.c looks good! But I would like to change something: 1. rename recycle.c to vfs_recycle.c ! All samba module should be prefixed with the subsystem prefix (e.g. vfs_recycle.so , pdb_xml.so, sam_ads.so ...) 2. I think it would be nicer to don't