From 2a302d9a324190ed83091ac5c8a2cf02acf4fa70 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 12 Apr 2015 16:00:54 -0700 Subject: 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. --- bin/OpenSim.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/OpenSim.ini.example') 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 @@ ;; Default is ./bin/ScriptEngines ; ScriptEnginesPath = "ScriptEngines" +[OSSL] + ;# {Include-osslEnable} {} {Include file for enabling and permissions for OSSL functions} {} + ;; Optionally include file to enable OSSL functions and set permissions on who can use which. + ;; If this INI file is not included, the OSSL functions are disabled. + ; Include-osslEnable = "config-include/osslEnable.ini" + [MRM] ;; Enables the Mini Region Modules Script Engine. -- cgit v1.1