diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-02-16 15:19:07 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-02-16 15:19:07 +0000 |
commit | c02b307b94b0c2d8580aae0483e1259108ebcf43 (patch) | |
tree | 5a3954308684e3aa2cad13d7c2530398d8213290 /security/tripwire | |
parent | ebc5833b17da8a3ff61718bb07d0f3e9513ec543 (diff) | |
download | ports-c02b307b94b0c2d8580aae0483e1259108ebcf43.tar.gz ports-c02b307b94b0c2d8580aae0483e1259108ebcf43.zip |
Notes
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | security/tripwire/files/patch-contrib::install.cfg | 52 | ||||
-rw-r--r-- | security/tripwire/files/patch-contrib::install.sh | 33 | ||||
-rw-r--r-- | security/tripwire/files/patch-install::install.cfg | 52 | ||||
-rw-r--r-- | security/tripwire/files/patch-man::man5::Makefile.in | 11 | ||||
-rw-r--r-- | security/tripwire/files/patch-man::man::Makefile.in | 11 |
6 files changed, 169 insertions, 0 deletions
diff --git a/security/tripwire/files/patch-Makefile.in b/security/tripwire/files/patch-Makefile.in new file mode 100644 index 000000000000..cb6d3c3c77a3 --- /dev/null +++ b/security/tripwire/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Thu Dec 1 19:24:47 2005 ++++ Makefile.in Fri Jan 6 15:06:24 2006 +@@ -536,7 +536,6 @@ + + install-data-am: + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-data-hook + + install-exec-am: + diff --git a/security/tripwire/files/patch-contrib::install.cfg b/security/tripwire/files/patch-contrib::install.cfg new file mode 100644 index 000000000000..041e36270b7a --- /dev/null +++ b/security/tripwire/files/patch-contrib::install.cfg @@ -0,0 +1,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 diff --git a/security/tripwire/files/patch-contrib::install.sh b/security/tripwire/files/patch-contrib::install.sh new file mode 100644 index 000000000000..bdd36f0f8d37 --- /dev/null +++ b/security/tripwire/files/patch-contrib::install.sh @@ -0,0 +1,33 @@ +--- contrib/install.sh.orig Thu Sep 15 20:12:39 2005 ++++ contrib/install.sh Mon Feb 13 16:18:22 2006 +@@ -162,12 +162,6 @@ + # Default installation script configuration file. + INSTALL_CONFIG_FILE="./install/install.cfg" + +-# Name of the Readme file. +-README="README" +- +-# Name of the release notes. +-REL_NOTES="Release_Notes" +- + # Relative path to dir that contains the pkg files. + PKG_DIR="pkg" + +@@ -573,8 +567,6 @@ + + README_LOC=${TWDOCS}/$REL_NOTES + +-f1=' ff=$README ; d="" ; dd=$TWDOCS ; rr=0444 ' +-f2=' ff=$REL_NOTES ; d="" ; dd=$TWDOCS ; rr=0444 ' + f3=' ff=$TWLICENSEFILE ; d="" ; dd=$TWDOCS ; rr=0444 ' + #f4=' ff=tripwire ; d="/bin" ; dd=$TWBIN ; rr=0550 ' + #f5=' ff=twadmin ; d="/bin" ; dd=$TWBIN ; rr=0550 ' +@@ -593,7 +585,7 @@ + #f18=' ff=twprint.8 ; d="/man/man8" ; dd=$TWMAN/man8 ; rr=0444 ' + + # Binaries and manpages are already installed by the install target +-loosefiles="f1 f2 f3 f8 f9 f10" ++loosefiles="f3 f8 f9 f10" + + for i in $loosefiles; do + eval "eval \"\$$i\"" diff --git a/security/tripwire/files/patch-install::install.cfg b/security/tripwire/files/patch-install::install.cfg new file mode 100644 index 000000000000..041e36270b7a --- /dev/null +++ b/security/tripwire/files/patch-install::install.cfg @@ -0,0 +1,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 diff --git a/security/tripwire/files/patch-man::man5::Makefile.in b/security/tripwire/files/patch-man::man5::Makefile.in new file mode 100644 index 000000000000..1ca27b160c59 --- /dev/null +++ b/security/tripwire/files/patch-man::man5::Makefile.in @@ -0,0 +1,11 @@ +--- man/man5/Makefile.in.orig Tue Nov 22 23:02:51 2005 ++++ man/man5/Makefile.in Fri Jan 6 13:49:39 2006 +@@ -147,7 +147,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign no-dependencies +-man_MANS = twfiles.5 ++man_MANS = twfiles.5 twconfig.5 twpolicy.5 + all: all-am + + .SUFFIXES: diff --git a/security/tripwire/files/patch-man::man::Makefile.in b/security/tripwire/files/patch-man::man::Makefile.in new file mode 100644 index 000000000000..6c890a92e7bc --- /dev/null +++ b/security/tripwire/files/patch-man::man::Makefile.in @@ -0,0 +1,11 @@ +--- man/Makefile.in.orig Tue Nov 22 23:02:50 2005 ++++ man/Makefile.in Fri Jan 6 13:51:14 2006 +@@ -152,7 +152,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign no-dependencies +-SUBDIRS = man4 man5 man8 ++SUBDIRS = man5 man8 + all: all-recursive + + .SUFFIXES: |