-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from extremeshok/dev
5.0.4
- Loading branch information
Showing
9 changed files
with
160 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#language: shell | ||
|
||
cache: | ||
directories: | ||
- $HOME/.m2/repository | ||
|
||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install clamav-daemon -qq | ||
- sudo freshclam | ||
- sudo service clamav-daemon start | ||
|
||
#install: | ||
# - sh -e .travis/ci-setup.sh | ||
|
||
script: | ||
- sh -e .travis/ci-force.sh | ||
# - sh -e .travis/ci-runtest.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
echo .. forced OK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# This file contains os configuration settings for clamav-unofficial-sigs.sh | ||
################### | ||
# This is property of eXtremeSHOK.com | ||
# You are free to use, modify and distribute, however you may not remove this notice. | ||
# Copyright (c) Adrian Jon Kriel :: [email protected] | ||
################## | ||
# | ||
# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs | ||
# | ||
# Originially based on: | ||
# Script provide by Bill Landry ([email protected]). | ||
# | ||
# License: BSD (Berkeley Software Distribution) | ||
# | ||
################## | ||
# | ||
# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG | ||
# | ||
################################################################################ | ||
# SEE MASTER.CONF FOR CONFIG EXPLAINATIONS | ||
################################################################################ | ||
# Rename to os.conf to enable this file | ||
################################################################################ | ||
|
||
# Slackware | ||
|
||
clam_user="clamav" | ||
clam_group="clamav" | ||
|
||
#clam_dbs="/var/lib/clamav" | ||
clam_dbs="/usr/local/share/clamav" | ||
|
||
clamd_pid="/var/run/clamav/clamd.pid" | ||
|
||
clamd_restart_opt="service clamd restart" | ||
|
||
#clamd_socket="/var/run/clamav/clamd.socket" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters