aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorHomer Horwitz2008-10-22 17:22:25 +0000
committerHomer Horwitz2008-10-22 17:22:25 +0000
commit029c7a0eab923c507903c861e6db54152a590ffe (patch)
tree55d74f514092314935f04e7b807089bd11a439a8 /bin
parent- Added BaseHttpServer.Stop (diff)
downloadopensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.zip
opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.gz
opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.bz2
opensim-SC_OLD-029c7a0eab923c507903c861e6db54152a590ffe.tar.xz
- Fix 3 comments starting with : instead of ;
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f71fa65..08dc27e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -804,8 +804,8 @@ regions = "^MeetingSpace-"
804 804
805; for each region that matches the regions regexp you can provide 805; for each region that matches the regions regexp you can provide
806; (optionally) a welcome template using format substitution: 806; (optionally) a welcome template using format substitution:
807: {0} is replaced with the name of the avatar entering the region 807; {0} is replaced with the name of the avatar entering the region
808: {1} is replaced with the name of the region 808; {1} is replaced with the name of the region
809: {2} is replaced with the name of the concierge (whoami variable above) 809; {2} is replaced with the name of the concierge (whoami variable above)
810 810
811welcomes = /path/to/welcome/template/directory 811welcomes = /path/to/welcome/template/directory