blob: 0b5465590c2af52c08377596cccca1f91b63dc3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- rkhunter.conf.old 2009-01-07 17:33:11.000000000 +0100
+++ rkhunter.conf 2009-01-07 17:36:58.000000000 +0100
@@ -19,6 +19,7 @@
# describing the option will say if this is so.
#
+INSTALLDIR=/usr
#
# If this option is set to 1, it specifies that the mirrors file
@@ -84,17 +85,17 @@ MAIL_CMD=mail -s "[rkhunter] Warnings fo
# important files will be written to this directory, so be
# sure that the directory permissions are tight.
#
-#TMPDIR=/var/lib/rkhunter/tmp
+TMPDIR=/var/lib/rkhunter/tmp
#
# Specify the database directory to use.
#
-#DBDIR=/var/lib/rkhunter/db
+DBDIR=/var/lib/rkhunter/db
#
# Specify the script directory to use.
#
-#SCRIPTDIR=/usr/local/lib/rkhunter/scripts
+SCRIPTDIR=/usr/lib/rkhunter/scripts
#
# Specify the root directory to use.
|