aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-install::install.cfg
blob: 041e36270b7a20c136e226507eac16d3b7575dd8 (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
44
45
46
47
48
49
50
51
52
--- contrib/install.cfg.orig	Thu Sep 15 20:12:39 2005
+++ contrib/install.cfg	Mon Feb 13 07:28:17 2006
@@ -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
@@ -85,7 +85,7 @@
 #####################################
 
 TWMAILMETHOD=SENDMAIL
-TWMAILPROGRAM="${path_to_sendmail} -oi -t"
+TWMAILPROGRAM="/usr/sbin/sendmail -oi -t"
 
 #####################################
 # SMTP options