This patch adds CLAMAV support to virge-3.04rc3

Files:
    README.TXT				this file
    patch-virge.sh			the patch script
    virge4clam-3.04rc3-0.3.patch	the patchfile

INSTRUCTIONS:
    Place the patch file and the patch script in the directory
    below virge-3.04rc3/ and run the script "patch-virge.sh",
    For example in "/usr/local/src/" with the virge sources in
    "/usr/local/src/virge-3.04rc3/"

    $ cd /usr/local/src/
    $ ./patch-virge.sh
    
    The script will make a "dry-run" unless you commented out the
    line:
    TEST="--dry-run"
    into
    #TEST="--dry-run"

    Run the script again if the "dry-run" didn't produce errors:

    $ ./patch-virge.sh

Note:
    You may need to become owner of the script:

    $ su
    # chown <your_name>.users patch-virge.sh
    # exit
    $

    Or, you may want to run the script as root.

Notes:
    The script wil rename the source directory 
    virge-3.04rc3 into  virge-3.04rc3-clam-0.3

    The script will gzip and move the patch file and script into 
    the virge source directory.

