summaryrefslogtreecommitdiff
path: root/security/tripwire/MESSAGE
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2021-02-10 13:00:05 +0000
committercjep <cjep@pkgsrc.org>2021-02-10 13:00:05 +0000
commit6af67d0dbba255eaf5aa292df531938b3fef2657 (patch)
tree216681f3dfcc5d7df565703b4cd441244d449aba /security/tripwire/MESSAGE
parent44eb16e657b79d2964b402520239bf06be2a95e5 (diff)
downloadpkgsrc-6af67d0dbba255eaf5aa292df531938b3fef2657.tar.gz
PR#22362. Add Darwin support.
Also avoid overlapping strcpy. Should be noted that this package needs an upgrade. There is one being developed in pkgsrc-wip.
Diffstat (limited to 'security/tripwire/MESSAGE')
-rw-r--r--security/tripwire/MESSAGE9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/tripwire/MESSAGE b/security/tripwire/MESSAGE
index 44490050e0b..883c4eb55c3 100644
--- a/security/tripwire/MESSAGE
+++ b/security/tripwire/MESSAGE
@@ -1,10 +1,11 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2003/05/01 21:47:42 jmmv Exp $
+$NetBSD: MESSAGE,v 1.3 2021/02/10 13:00:05 cjep Exp $
-To use tripwire to protect your systems, you should first initialise
-the databases:
+To use tripwire to protect your systems, you should first tune the
+configure in ${PKG_SYSCONFDIR} and then initialise the databases:
- (cd ${PKG_SYSCONFDIR}; ${PREFIX}/sbin/tripwire -initialize)
+ cd ${PKG_SYSCONFDIR}
+ ${PREFIX}/sbin/tripwire -initialize
which creates the database in the ${PKG_SYSCONFDIR}/databases
directory.