Bill Landry wrote:
> Bill Landry wrote:
>> After a discussion on the clamav-users list yesterday of an issue a
>> couple of script users were experiencing with write access to the
>> temporary directory, I made a change to the script to overcome this
>> issue.  There are also a couple of other script modifications to make
>> the integer expression handling more consistent throughout the script.
>>
>> There is no new functionality, and thus no need to upgrade unless you
>> were experiencing the following error when running the script:
>>
>>     ERROR: Can't write to temporary directory
>>
>> I have gotten confirmation from a couple of users that were experiencing
>> this error that the latest version of the script resolves the issue.  As
>> usual, the updated script can be downloaded from:
>>
>>     ftp://ftp.inetmsg.com/pub/unofficial-sigs.sh
>>
>> It should be available from the SaneSecuirty "Usage" page, as well, once
>> Steve has gotten a chance to upload it.
> 
> Minor updates to overcome issues reported by a few users:
> 
> # Version 1.7c (updated 9/25/07)
> #   - Added timeout values to curl and rsync downloads in order to prevent
> #     the script from hanging on a non-responsive signature host site.
> #   - Apparently Solaris does not support "date +%s", which calculates
> #     the number of seconds since epoch.  This date function is used to
> #     calculate when to do MBL downloads.  If Solaris users want to use
> #     the MBL signatures, the recommendation is to install GNU date.
> 

Epoch time:

perl -e 'print time() . "\n";'

dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to