aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2009-03-09 05:16:05 +0000
committerCy Schubert <cy@FreeBSD.org>2009-03-09 05:16:05 +0000
commitde99785189ea544b05bd201aa663ec4958e2c8e3 (patch)
treef38575a0fbe18691e5d86a05560f708ac9f9deba /security/tripwire
parent7f0a3f07e1131a60ba8c5e1615f7aaf7295e87f7 (diff)
downloadports-de99785189ea544b05bd201aa663ec4958e2c8e3.tar.gz
ports-de99785189ea544b05bd201aa663ec4958e2c8e3.zip
This file has been renamed to patch-install::install.cfg through a
repocopy.
Notes
Notes: svn path=/head/; revision=229723
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/files/patch-contrib::install.cfg43
1 files changed, 0 insertions, 43 deletions
diff --git a/security/tripwire/files/patch-contrib::install.cfg b/security/tripwire/files/patch-contrib::install.cfg
deleted file mode 100644
index e60e9edb0db8..000000000000
--- a/security/tripwire/files/patch-contrib::install.cfg
+++ /dev/null
@@ -1,43 +0,0 @@
---- install/install.cfg.orig 2007-03-30 21:09:39.000000000 -0700
-+++ install/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