diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 1970-01-01 10:00:00.000000000 +1000 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEncrypted 2005-05-06 11:53:26.000000000 +1000 @@ -0,0 +1 @@ +no diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEntrypted mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEntrypted --- smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEntrypted 2005-05-06 11:53:26.000000000 +1000 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/db/configuration/defaults/clamav/ArchiveBlockEntrypted 1970-01-01 10:00:00.000000000 +1000 @@ -1 +0,0 @@ -no diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEncrypted mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEncrypted --- smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEncrypted 1970-01-01 10:00:00.000000000 +1000 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEncrypted 2006-06-16 16:01:31.415478031 +1000 @@ -0,0 +1,5 @@ +{ +# Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR). + ($clamav{ArchiveBlockEncrypted} || 'no') eq 'yes' ? + 'ArchiveBlockEncrypted' : '#ArchiveBlockEncrypted'; +} diff -Nur -x '*.orig' -x '*.rej' smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEntrypted mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEntrypted --- smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEntrypted 2005-05-06 11:53:26.000000000 +1000 +++ mezzanine_patched_smeserver-clamav-1.2.0/root/etc/e-smith/templates/etc/clamd.conf/ArchiveBlockEntrypted 1970-01-01 10:00:00.000000000 +1000 @@ -1,5 +0,0 @@ -{ -# Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR). - ($clamav{ArchiveBlockEntrypted} || 'no') eq 'yes' ? - 'ArchiveBlockEntrypted' : '#ArchiveBlockEntrypted'; -}