tags 454757 pending
tags 454612 pending
thanks

Ian Zimmerman writes:

Hi,

oops, still not best.  No need to stat every file twice, and the @files array
is entirely redundant now.  Here's the last one for now (I promise):

Many thanks for your work. I applied your patch in my local reporitory, changed the code a bit, and added support for incremental indexing.


-my @index_command = ('/usr/bin/index++', '--config-file', "$dwww_swish_conf",
+my @index_command      = ('/usr/bin/index++', '--no-recurse', '--config-file', 
"$dwww_swish_conf",
                                '--index-file', "$dwww_swish_index_tmp");

--no-recurse is a default as per /usr/share/dwww/swish++.conf.

However --follow-links should be added. Previously dwww-index++ passed to index++ both the symlink and its destination, and now only one of these will be passed. In case it is a symlink, the file won't get indexed at all without the option.


Best Regards,
robert




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to