On Fri 18 Jan 2008, fsdfds fdsf wrote:
> 
> In what file did you make this change:
> > The way I've worked around this in the past is a simple patch:
> > 
> > --- dirvish.orig        2006-10-15 00:00:00.000000000 +0200
> > +++ dirvish   2006-10-15 00:42:04.000000000 +0200

The above lines show the filenames; hence I added that line (with the +)
to the "dirvish" script.

> > @@ -637,6 +637,7 @@
> >     open (STDOUT, ">$log_temp");
> >  
> >     $status{code} = (system(@cmd) >> 8) & 255;
> > +   $status{code} = 0 if ($status{code} == 24);
> >  


> > Of course, another approach is to modify dirvish-expire, so that the
> > summary file accurately reflects what happened:
> > 
> > --- dirvish-expire.orig 2006-07-27 18:25:25.000000000 +0200
> > +++ dirvish-expire      2008-01-18 13:21:08.915730223 +0100

This is of course a patch to the dirvish-expire script.



Paul Slootman
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to