diff options
author | Robert Adams | 2015-04-12 16:00:54 -0700 |
---|---|---|
committer | Robert Adams | 2015-04-12 16:00:54 -0700 |
commit | 2a302d9a324190ed83091ac5c8a2cf02acf4fa70 (patch) | |
tree | 96a3b9090c56ecaa25f5988dffab89415640e163 /bin/OpenSim.ini.example | |
parent | Change UserProfiles so that the parcel name is used for a ProfilePick and not... (diff) | |
download | opensim-SC-2a302d9a324190ed83091ac5c8a2cf02acf4fa70.zip opensim-SC-2a302d9a324190ed83091ac5c8a2cf02acf4fa70.tar.gz opensim-SC-2a302d9a324190ed83091ac5c8a2cf02acf4fa70.tar.bz2 opensim-SC-2a302d9a324190ed83091ac5c8a2cf02acf4fa70.tar.xz |
Move osslEnable.ini file from bin/ to bin/config-include.
Per comments, putting new configuration files in bin/ is not preferred.
Add comments and instructions to heading of osslEnable.ini.
Add a commented out include of osslEnable.ini to OpenSim.ini.example.
Fix line endings of osslEnable.ini to be Unix style.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ebc0ff6..14d6e23 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1006,6 +1006,12 @@ | |||
1006 | ;; Default is ./bin/ScriptEngines | 1006 | ;; Default is ./bin/ScriptEngines |
1007 | ; ScriptEnginesPath = "ScriptEngines" | 1007 | ; ScriptEnginesPath = "ScriptEngines" |
1008 | 1008 | ||
1009 | [OSSL] | ||
1010 | ;# {Include-osslEnable} {} {Include file for enabling and permissions for OSSL functions} {} | ||
1011 | ;; Optionally include file to enable OSSL functions and set permissions on who can use which. | ||
1012 | ;; If this INI file is not included, the OSSL functions are disabled. | ||
1013 | ; Include-osslEnable = "config-include/osslEnable.ini" | ||
1014 | |||
1009 | 1015 | ||
1010 | [MRM] | 1016 | [MRM] |
1011 | ;; Enables the Mini Region Modules Script Engine. | 1017 | ;; Enables the Mini Region Modules Script Engine. |