On Fri, Feb 23, 2007 at 07:04:01AM -0700, Shawn Badger wrote: > I'm sure this has been asked already, but I haven't been able to find > it. How do I get the .cdiff files? I had a local mirror set up, but > since .90 was installed they are looking for the .cdiff files.
A centralised update mechanism we use is to have two "freshclam" servers with an OnUpdateExecute to rsync the files in the clamav database dir to all clients (and to eachother). It just kept on working on 0.90. What I did need to update was the how-to-detect-changed-clam-databases mechanism, since I used to compare "cat $databasedir/* | md5" from before and after the upgrade to know whether to notify clamd or not. Since $databasedir now contains subdirs, I needed to modify that somewhat. -- Jan-Pieter Cornet <[EMAIL PROTECTED]> !! Disclamer: The addressee of this email is not the intended recipient. !! !! This is only a test of the echelon and data retention systems. Please !! !! archive this message indefinitely to allow verification of the logs. !! _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
