Re: [Samba] how to call an executable script each time a file is created or modified

2003-10-17 Thread John H Terpstra
On Wed, 15 Oct 2003, dave giffin wrote: > is it possible to have a samba daemon call an > executable script each time a file within one of it > shares is modified or a new file is created? Yes. You will need to write a VFS module to do that. Suggest you start with Samba-3.0.1pre CVS code. Look in

Re: [Samba] how to call an executable script each time a file is created or modified

2003-10-16 Thread Jeremy Allison
On Wed, Oct 15, 2003 at 11:49:31PM -0700, dave giffin wrote: > is it possible to have a samba daemon call an > executable script each time a file within one of it > shares is modified or a new file is created? > > I'm looking to develop a file catalogging system for > my file server which depends

[Samba] how to call an executable script each time a file is created or modified

2003-10-15 Thread dave giffin
is it possible to have a samba daemon call an executable script each time a file within one of it shares is modified or a new file is created? I'm looking to develop a file catalogging system for my file server which depends on my software being notified each time a file is modified or a new file