FreeBSD Bugzilla – Attachment 29966 Details for
Bug 50670
Add some voodoo magic to security/tripwire
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tripwire.diff
tripwire.diff (text/plain), 1.20 KB, created by
Miguel Mendez
on 2003-04-07 12:10:04 UTC
(
hide
)
Description:
tripwire.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2003-04-07 12:10:04 UTC
Size:
1.20 KB
patch
obsolete
>diff -ruN tripwire.old/Makefile tripwire/Makefile >--- tripwire.old/Makefile Fri Mar 7 07:10:50 2003 >+++ tripwire/Makefile Mon Apr 7 13:02:22 2003 >@@ -7,7 +7,7 @@ > > PORTNAME= tripwire > PORTVERSION= 2.3.1.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= http://download.sourceforge.net/tripwire/ > DISTNAME= tripwire-2.3.1-2 >@@ -21,10 +21,13 @@ > WRKSRC= ${WRKDIR}/${DISTNAME} > BUILD_WRKSRC= ${WRKSRC}/src > USE_GMAKE= yes >+USE_REINPLACE= yes > ALL_TARGET= release > MAKE_ARGS= SYSPRE=${ARCH}-unknown-freebsd > IS_INTERACTIVE= yes > >+MAILER!= grep ^sendmail /etc/mail/mailer.conf | awk '{print $2}' >+ > # Tripwire config files are stored in TWCFG > TWCFG?= /usr/local/etc/tripwire > # Tripwire policy files are stored in TWPOLICY. >@@ -57,6 +60,11 @@ > @ ${MV} ${WRKSRC}/man/man4/twconfig.4 ${WRKSRC}/man/man5/twconfig.5 > @ ${MV} ${WRKSRC}/man/man4/twpolicy.4 ${WRKSRC}/man/man5/twpolicy.5 > >+# Make this port aware of postfix installs >+post-patch: >+ ${REINPLACE_CMD} -e 's@/usr/sbin/sendmail@${MAILER}@' \ >+ ${WRKSRC}/install/install.cfg >+ > install-software: > @ ${ECHO_CMD} TWPOLICY=${TWPOLICY} >> ${WRKSRC}/install/install.cfg > @ ${ECHO_CMD} TWSITEKEYDIR=${TWSITEKEYDIR} >> ${WRKSRC}/install/install.cfg
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50670
: 29966