K 10 svn:author V 8 netchild K 8 svn:date V 27 2004-05-25T10:16:16.000000Z K 7 svn:log V 466 Add "fetchindex" target. It fetches the recent index file (INDEX _or_ INDEX-5). A note about the implementation: I had to add the call to chmod to make the index file readable to everyone. I'm a little bit surprised by this, since my umask is 022. Either fetch(1) doesn't respect the umask or it mirrors the permissions too (I haven't investigated this). Both possibilities aren't documented in the man-page. Approved by: kris (previous version without the chmod) END