Skip to content

Commit

Permalink
Merge pull request #147 from waja/libpath
Browse files Browse the repository at this point in the history
Own variable libpath to separate libraries.
  • Loading branch information
rfxn authored Jun 20, 2016
2 parents b22f34a + 2ba108f commit d562e1a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions files/internals/internals.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

inspath=/usr/local/maldetect
intcnf="$inspath/internals/internals.conf"
intfunc="$inspath/internals/functions"
libpath="$inspath/internals"
intfunc="$libpath/functions"

logdir="$inspath/logs"
confpath="$inspath"
Expand Down Expand Up @@ -88,17 +89,17 @@ lmd_hash_url="http://cdn.rfxn.com/downloads/maldet.current.hash"
lmd_version_url="http://www.rfxn.com/downloads/maldet.current.ver"

clamav_paths="/usr/local/cpanel/3rdparty/share/clamav/ /var/lib/clamav/ /var/clamav/ /usr/share/clamav/ /usr/local/share/clamav"
tlog="$inspath/internals/tlog"
tlog="$libpath/tlog"
inotify=`which inotifywait 2> /dev/null`
inotify_log="$inspath/logs/inotify_log"
inotify_user_instances=128
inotify_trim=150000
hex_fifo_path="$varlibpath/internals/hexfifo"
hex_fifo_script="$inspath/internals/hexfifo.pl"
hex_string_script="$inspath/internals/hexstring.pl"
hex_fifo_script="$libpath/hexfifo.pl"
hex_string_script="$libpath/hexstring.pl"
scan_user_access_minuid=40
find_opts="-regextype posix-egrep"
email_template="$inspath/internals/scan.etpl"
email_template="$libpath/scan.etpl"
email_subj="maldet alert from $(hostname)"

cron_custom_exec="$confpath/cron/custom.cron"
Expand Down

0 comments on commit d562e1a

Please sign in to comment.