Date: Sun, 14 Jul 2013 13:44:58 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322980 - head/security/tripwire Message-ID: <201307141344.r6EDiwCw045581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307141344.r6EDiwCw045581>