svn commit: r322980 - head/security/tripwire
Ryan Steinmetz
zi at FreeBSD.org
Sun Jul 14 13:44:58 UTC 2013
Author: zi
Date: Sun Jul 14 13:44:58 2013
New Revision: 322980
URL: http://svnweb.freebsd.org/changeset/ports/322980
Log:
- Remove reference to tripwiresecurity.com [1]
- Pacify portlint(1)
Reported by: William Arbaugh <waa at cs.umd.edu> [1]
Approved by: cy@ (maintainer)
Modified:
head/security/tripwire/Makefile (contents, props changed)
Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile Sun Jul 14 10:51:23 2013 (r322979)
+++ head/security/tripwire/Makefile Sun Jul 14 13:44:58 2013 (r322980)
@@ -12,6 +12,7 @@ MAINTAINER= cy at FreeBSD.org
COMMENT= File system security and verification program
LICENSE= GPLv2
+
NO_LICENSES_INSTALL= yes
LATEST_LINK= ${PORTNAME}
MAN5= twfiles.5 twconfig.5 twpolicy.5
@@ -164,18 +165,17 @@ create-database:
.if ${PORT_OPTIONS:MSW_ONLY} && ${WITH_SW_ONLY} == "true"
@ ${ECHO} SW_ONLY has been specified, database will not be built.
.else
- @ ${MKDIR} -p ${TWCFG} ${TWPOLICY} ${TWSITEKEYDIR} ${TWLOCALKEYDIR} \
+ @ ${MKDIR} ${TWCFG} ${TWPOLICY} ${TWSITEKEYDIR} ${TWLOCALKEYDIR} \
${TWDB} ${TWREPORT}
@ ${ECHO} Creating tripwire database
@ cd ${TWCFG} && ${PREFIX}/sbin/tripwire --init
@ ${ECHO_CMD}
@ ${ECHO} The tripwire database, configuration file and
@ ${ECHO} policy file are signed using the local and site keys,
- @ ${ECHO} therefore according to the support staff at
- @ ${ECHO} tripwiresecurity.com, creating a floppy is not necessary.
+ @ ${ECHO} therefore the authors suggest creating a floppy is not necessary.
.endif
.endif
post-install: install-config-files create-database make-pkg-install
-
+
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list