pkgsrc/security/nessus-core/MESSAGE
reed 62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00

22 lines
918 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.7 2004/10/11 22:14:51 reed Exp $
Nessus may have placed some files in /var/nessus, ${PREFIX}/etc/nessus,
${PREFIX}/com/nessus and ${PREFIX}/lib/nessus/reports. If you do not need
these files any more, be sure to remove them:
rm -fr ${VARBASE}/nessus
rm -fr ${PREFIX}/etc/nessus
rm -fr ${PREFIX}/lib/nessus/reports
rm -fr ${PREFIX}/com/nessus
Before you can start scanning, you need to create one or more user-accounts
using "nessus-adduser", generate key using "nessus-mkcert" then start the
nessus daemon, nessusd, and use the "nessus" GUI program to direct the
daemon.
If you want to start nessusd automatically on system boot, please copy
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nessusd to /etc/rc.d and set
nessusd=YES in /etc/rc.conf.
===========================================================================