aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorCasperW2009-12-09 22:57:35 +0100
committerCasperW2009-12-09 23:28:00 +0100
commita6a6bf007a2fb0e33daefc0ea7c4ad968a85d08e (patch)
tree87635abdacf33a2c3c274cfab8dbb98560e84957 /bin
parentLast bits and bobs to clean up the Meta7WindlightModule (diff)
downloadopensim-SC_OLD-a6a6bf007a2fb0e33daefc0ea7c4ad968a85d08e.zip
opensim-SC_OLD-a6a6bf007a2fb0e33daefc0ea7c4ad968a85d08e.tar.gz
opensim-SC_OLD-a6a6bf007a2fb0e33daefc0ea7c4ad968a85d08e.tar.bz2
opensim-SC_OLD-a6a6bf007a2fb0e33daefc0ea7c4ad968a85d08e.tar.xz
Move osFunctions into a new Careminster script interface
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b7f7c3c..04cf8e8 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -980,6 +980,9 @@
980 980
981 ; Allow the use of os* functions (some are dangerous) 981 ; Allow the use of os* functions (some are dangerous)
982 AllowOSFunctions = false 982 AllowOSFunctions = false
983
984 ; Allow the user of Careminster functions
985 AllowCareminsterFunctions = false
983 986
984 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 987 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
985 OSFunctionThreatLevel = VeryLow 988 OSFunctionThreatLevel = VeryLow