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: re

Re: [PATCH]block.c

2002-09-02 Thread Alexander Bokovoy
On Sun, Sep 01, 2002 at 06:47:25PM +0200, Juergen Hasch wrote: > 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

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

2002-09-02 Thread Alexander Bokovoy
On Mon, Sep 02, 2002 at 07:27:07AM +0200, Stefan (metze) Metzmacher wrote: > > >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

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 u

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 f

Re: [PATCH]block.c

2002-08-29 Thread 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. Juergen, could you please send an update for you recycle bin module for HEAD? --

Re: [PATCH]block.c

2002-08-28 Thread Juergen Hasch
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. ...Juergen Am Mittwoch, 28. August 2002 19:28 schrieb Jelmer Vernooij: > Hi Juergen, > > I'm currently rewriting the whole block module since it's g

Re: [PATCH]block.c

2002-08-28 Thread Jelmer Vernooij
Hi Juergen, I'm currently rewriting the whole block module since it's got some serious design flaws. Jelmer On Wed, Aug 28, 2002 at 07:13:19PM +0200, Juergen Hasch wrote about '[PATCH]block.c': > Hi, > could someone please apply the follwing simple patch to the block VFS module: > --- block.