• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common_m4/H03-May-2022-404328

etc/H23-Apr-2012-468395

m4/H23-Apr-2012-8,3817,483

src/H23-Apr-2012-844719

BUGSH A D06-Mar-20110

COPYINGH A D06-Mar-201122.4 KiB415341

INSTALLH A D09-Mar-201111 21

LICENSEH A D06-Mar-201122.4 KiB415341

Makefile.amH A D25-May-2011159 114

Makefile.inH A D23-Apr-201223.2 KiB756664

READMEH A D09-Mar-2011388 1912

TODOH A D06-Mar-20110

aclocal.m4H A D23-Apr-201239.9 KiB1,1321,017

config.guessH A D23-Apr-201243.9 KiB1,5031,292

config.h.inH A D23-Apr-20127.5 KiB280192

config.subH A D23-Apr-201233.8 KiB1,7151,566

configureH A D23-Apr-2012433.8 KiB15,19411,806

configure.acH A D17-Feb-20121.7 KiB5846

depcompH A D23-Apr-201218.2 KiB631407

install-shH A D23-Apr-201213.3 KiB521344

ltmain.shH A D23-Apr-2012237.8 KiB8,4146,482

missingH A D23-Apr-201211.2 KiB377281

README

1To setup ClamAV for Razorback
2
3For ubuntu:
4
5    Add the clamav PPA as documented here: https://help.ubuntu.com/community/ClamAV
6
7    Install clamav and libclamav-dev.
8
9
10
11- Run
12	sudo freshclam
13- Create this folder:
14	sudo mkdir /mnt/RZB_ClamAV
15- Change the privileges on the folder
16	chmod a+rw /mnt/RZB_ClamAV
17- Mount /mnt/RZB_ClamAV
18	sudo mount tmpfs /mnt/RZB_ClamAV -t tmpfs -o size=500m
19