Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeshok committed Mar 27, 2016
1 parent e63d0e8 commit b74453b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Uncompress/Unpackage the archive:
* Copy the contents of cron.d/ into /etc/cron.d/
* Copy the contents of logrotate.d/ into /etc/logrotate.d/
* Copy clamav-unofficial-sigs.8 into /usr/share/man/man8/
* Set your config options in the configs /etc/clamav-unofficial-sigs/*.conf
* Rename the your os.your-distro.conf to os.conf, where your-distro is your distribution
* Set your user config options in the configs /etc/clamav-unofficial-sigs/user.conf


Install:
Expand All @@ -72,6 +73,7 @@ Install Systemd configs:
cp -f /tmp/clamav-unofficial-sigs/systemd/*.* /etc/systemd/

Configure:
Rename the /etc/clamav-unofficial-sigs/os.your-distro.conf to os.conf
Edit the /etc/clamav-unofficial-sigs/master.conf, os.conf , user.conf files
Edit the /etc/logrotate.d/clamav-unofficial-sigs file
Edit the /etc/cron.d/clamav-unofficial-sigs file
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Please post them on the issue tracker : https://github.com/extremeshok/clamav-un
* Copy the contents of logrotate.d/ into /etc/logrotate.d/
* Copy clamav-unofficial-sigs.8 into /usr/share/man/man8/
* Make the directory /var/log/clamav-unofficial-sigs/
* Set your config options in the configs /etc/clamav-unofficial-sigs/*.conf
* Rename the your os.your-distro.conf to os.conf, where your-distro is your distribution
* Set your user config options in the configs /etc/clamav-unofficial-sigs/user.conf

### Systemd
* Copy the contents of systemd/ into to /etc/systemd/
Expand Down Expand Up @@ -76,7 +77,12 @@ Usage of free Linux Malware Detect clamav signatures: https://www.rfxn.com/proje
- Enabled by default, no configuration required

## Change Log
### Version 5.0.2 (updated 2016-03-24)
### Version 5.0.3 (updated 2016-03-27)
- eXtremeSHOK.com Maintenance
- Added OS configs: OpenSUSE, Archlinux, Gentoo, Raspbian, FreeBSD
- Fixed config option enable_logging -> logging_enabled

### Version 5.0.2
- eXtremeSHOK.com Maintenance
- Detect if the entire script is available/complete
- Fix for Missing space between "]
Expand Down
4 changes: 2 additions & 2 deletions clamav-unofficial-sigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ function help_and_usage () {
}

#Script Info
version="5.0.2"
version="5.0.3"
minimum_required_config_version="55"
version_date="24 March 2016"
version_date="27 March 2016"

#default config files
config_dir="/etc/clamav-unofficial-sigs"
Expand Down

0 comments on commit b74453b

Please sign in to comment.