diff options
author | hubertf <hubertf> | 2001-09-02 18:05:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-02 18:05:08 +0000 |
commit | b5a0d8cca92a284bcc96dcd868d50921f4141da8 (patch) | |
tree | 9cc340d1b2e208564a7b2024baf36dd6f6e727fb /security/nessus-core | |
parent | 6a2b8822bd809ed690eea9823d018f9cb1581acf (diff) | |
download | pkgsrc-b5a0d8cca92a284bcc96dcd868d50921f4141da8.tar.gz |
Add note to run nessus-adduser etc.
Diffstat (limited to 'security/nessus-core')
-rw-r--r-- | security/nessus-core/pkg/MESSAGE | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/nessus-core/pkg/MESSAGE b/security/nessus-core/pkg/MESSAGE index f3074f5020c..c12a13c7cf4 100644 --- a/security/nessus-core/pkg/MESSAGE +++ b/security/nessus-core/pkg/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2001/02/06 14:24:13 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2001/09/02 18:05:08 hubertf Exp $ Nessus may have placed some files in /var/nessus, ${PREFIX}/etc/nessus and ${PREFIX}/lib/nessus/reports. If you do not need these files any more, @@ -9,4 +9,8 @@ be sure to remove them: rm -fr ${PREFIX}/etc/nessus rm -fr ${PREFIX}/lib/nessus/reports +Before you can start scanning, you need to create one or more user-accounts +using "nessus-adduser", then start the nessus daemon, nessusd, and use the +"nessus" GUI program to direct the daemon. + =========================================================================== |