summaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-installer__install.cfg
blob: 5e9646df8bf9daf7e6750d4f44469288c761c2f7 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
--- installer/install.cfg.orig	2007-03-30 21:09:39.000000000 -0700
+++ installer/install.cfg	2009-02-20 12:26:13.505110456 -0800
@@ -24,31 +24,31 @@
 CLOBBER=false
 
 # Tripwire binaries are stored in TWBIN.
-TWBIN="${prefix}/sbin"
+TWBIN="${PREFIX}/sbin"
 
 # Tripwire policy files are stored in TWPOLICY.
-TWPOLICY="${sysconfdir}"
+TWPOLICY="${TWPOLICY}"	# Set in the FreeBSD port Makefile
 
 # Tripwire manual pages are stored in TWMAN.
-TWMAN="${prefix}/man"
+TWMAN="${PREFIX}/man"
 
 # Tripwire database files are stored in TWDB.
-TWDB="${prefix}/lib/tripwire"
+TWDB="${TWDB}"	# Set in the FreeBSD port Makefile
 
 # Tripwire documents directory
-TWDOCS="${prefix}/doc/tripwire"
+TWDOCS="${PREFIX}/share/doc/tripwire"
 
 # The Tripwire site key files are stored in TWSITEKEYDIR.
-TWSITEKEYDIR="${TWPOLICY}"
+# TWSITEKEYDIR="${TWPOLICY}"
 
 # The Tripwire local key files are stored in TWLOCALKEYDIR.
-TWLOCALKEYDIR="${TWPOLICY}"
+# TWLOCALKEYDIR="${TWPOLICY}"
 
 # Tripwire report files are stored in TWREPORT.
-TWREPORT="${TWDB}/report"
+# TWREPORT="${TWREPORT}"	# Set in the FreeBSD port Makefile
 
 # This sets the default text editor for Tripwire.
-TWEDITOR="${path_to_vi}"
+# TWEDITOR="${path_to_vi}"
 
 # TWLATEPROMTING controls the point when tripwire asks for a password.
 TWLATEPROMPTING=false