- Remove reference to tripwiresecurity.com [1]

- Pacify portlint(1)

Reported by:	William Arbaugh <waa@cs.umd.edu> [1]
Approved by:	cy@ (maintainer)
This commit is contained in:
Ryan Steinmetz 2013-07-14 13:44:58 +00:00
parent f6bfc07e78
commit 38fc0fb04c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322980

View file

@ -12,6 +12,7 @@ MAINTAINER= cy@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>