From 5e32d86b87478eb90a6fe4d4d9f701f4d102116a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 3 Apr 2008 21:07:03 +0000 Subject: move NullStorage => OpenSim.Data.Null to be consistant with where other data storage assemblies are. --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bf8a48f..9a49359 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -7,7 +7,7 @@ gridmode = false ; *** Prim Storage - only leave one storage_plugin uncommented *** ; --- The NullStorage stores nothing - effectively disabling persistence: -storage_plugin = "OpenSim.DataStore.NullStorage.dll" +storage_plugin = "OpenSim.Data.Null.dll" ; --- To use sqlite as region storage: ;storage_plugin = "OpenSim.Data.SQLite.dll" -- cgit v1.1