prepare for rc1 release
This commit is contained in:
parent
1c52203769
commit
bbd2184e41
2 changed files with 11 additions and 1 deletions
|
@ -29,7 +29,7 @@ individual servers running their own proxy scanner.
|
|||
==============================================================================
|
||||
Requirements
|
||||
==============================================================================
|
||||
1) NeoStats 2.5.0 Beta5 or Higher installed
|
||||
1) NeoStats 2.5.0 RC1 or Higher installed
|
||||
2) A shell to run from
|
||||
3) CN lines to a server on your network
|
||||
4) Knowledge of unices
|
||||
|
@ -68,6 +68,12 @@ Installation is faily straight forward.
|
|||
5) (optionally) Configure Neostats to load opsb on startup
|
||||
This is done by adding the line "LOAD_MODULE opsb"
|
||||
to the neostats.cfg file
|
||||
******************************************************************************
|
||||
NOTE:
|
||||
if you had used OPSB previously, then the previous database is incompatible
|
||||
with this version. You *MUST* delete data/opsb.db out of the NeoStats
|
||||
directory
|
||||
******************************************************************************
|
||||
|
||||
6) Load and Configure opsb.
|
||||
Start up NeoStats, or load the module via IRC.
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -3110,3 +3110,7 @@ echo "(*----------------------------------------------------------*)"
|
|||
echo "(|This Module was written by: |)"
|
||||
echo "(| fish (fish@dynam.ac) |)"
|
||||
echo "(*----------------------------------------------------------*)"
|
||||
echo "(|Previous Versions of OPSB's database are incompatible with|)"
|
||||
echo "(|This version, Please delete OPSB's database in |)"
|
||||
echo "(|logs/opsb.db of the NeoStats Install Directory |)"
|
||||
echo "(*----------------------------------------------------------*)"
|
Reference in a new issue