--- ChangeLog.orig 2007-10-29 12:15:32.000000000 -0200 +++ ChangeLog 2008-04-04 11:26:35.000000000 -0300 @@ -189,7 +189,7 @@ - new options for --enable-received option --enable-spamassassin-path=PATH Path to the spamassassin binary --enable-clamavdb-path=PATH Directory where the clamav - master.cvd and daily.cvd files are saved + master.cvd and main.cvd files are saved --enable-sigtool-path=PATH Path to the sigtool binary --enable-trophie-path=PATH (if trophie is used) These are used to build the version database information --- README.orig 2006-10-10 20:15:14.000000000 -0300 +++ README 2008-04-04 11:26:35.000000000 -0300 @@ -98,7 +98,7 @@ --enable-spamassassin-path=PATH Path to the spamassassin binary --enable-clamavdb-path=PATH Directory where the clamav master.cvd and - daily.cvd files are saved + main.cvd files are saved --enable-sigtool-path=PATH Path to the sigtool binary @@ -210,7 +210,7 @@ is only necessary if the received line option (--enable-received) is chosen. --enable-clamavdb-path=PATH - This option defines the full path to clamav master.cvd and daily.cvd files. + This option defines the full path to clamav master.cvd and main.cvd files. This option is only necessary if the received line option (--enable-received) is chosen. --- autom4te.cache/output.0.orig 2007-10-29 12:14:24.000000000 -0200 +++ autom4te.cache/output.0 2008-04-04 11:26:35.000000000 -0300 @@ -879,7 +879,7 @@ --enable-ripmime=PATH Full path to ripmime program. --enable-received=y|n Add a Received: line to the message, showing the runned scanners and some stats --enable-spamassassin-path=PATH Path to the spamassassin binary - --enable-clamavdb-path=PATH Directory where the clamav master.cvd and daily.cvd files are saved + --enable-clamavdb-path=PATH Directory where the clamav master.cvd and main.cvd files are saved --enable-sigtool-path=PATH Path to the sigtool binary --enable-regex=y|n enables regex scanner @@ -4682,7 +4682,7 @@ clamavdb="" for f in "$CLAMAV_DB" /usr/local/share/clamav /var/lib/clamav do - if test -f "$f/daily.cvd" + if test -f "$f/main.cvd" then clamavdb=$f break --- configure.in.orig 2007-10-29 12:13:40.000000000 -0200 +++ configure.in 2008-04-04 11:26:35.000000000 -0300 @@ -611,14 +611,14 @@ if test $ENABLE_CLAMAV -eq 1; then CLAMAV_DB="" AC_MSG_CHECKING(whether we can locate the clamav db path) - AC_ARG_ENABLE(clamavdb-path, [ --enable-clamavdb-path=PATH Directory where the clamav master.cvd and daily.cvd files are saved], + AC_ARG_ENABLE(clamavdb-path, [ --enable-clamavdb-path=PATH Directory where the clamav master.cvd and main.cvd files are saved], [ CLAMAV_DB="$enableval" ]) clamavdb="" for f in "$CLAMAV_DB" /usr/local/share/clamav /var/lib/clamav do - if test -f "$f/daily.cvd" + if test -f "$f/main.cvd" then clamavdb=$f break --- configure.orig 2007-10-29 12:14:25.000000000 -0200 +++ configure 2008-04-04 11:26:35.000000000 -0300 @@ -879,7 +879,7 @@ --enable-ripmime=PATH Full path to ripmime program. --enable-received=y|n Add a Received: line to the message, showing the runned scanners and some stats --enable-spamassassin-path=PATH Path to the spamassassin binary - --enable-clamavdb-path=PATH Directory where the clamav master.cvd and daily.cvd files are saved + --enable-clamavdb-path=PATH Directory where the clamav master.cvd and main.cvd files are saved --enable-sigtool-path=PATH Path to the sigtool binary --enable-regex=y|n enables regex scanner @@ -4682,7 +4682,7 @@ clamavdb="" for f in "$CLAMAV_DB" /usr/local/share/clamav /var/lib/clamav do - if test -f "$f/daily.cvd" + if test -f "$f/main.cvd" then clamavdb=$f break --- simscanmk.c.orig 2006-10-10 20:15:17.000000000 -0300 +++ simscanmk.c 2008-04-04 11:26:35.000000000 -0300 @@ -307,7 +307,7 @@ waitpid(pid,&rmstat,0); close(pin[0]); close(pin[1]); strncpy(dbpath,CLAMAVDBPATH,MAX_DATA); - strcat(dbpath,"/daily.cvd"); + strcat(dbpath,"/main.cvd"); if (pipe(pin)){ printf("error opening pipe for sigtool\n"); }