Merge branch 'release-2.140.135' into main
[feisty_meow.git] / scripts / archival / snarf_opensim.pl
index ddf43b0fc3de80c20b66bf091085a8b8ffdd470f..87f8ad70d81cfbd96a9b4270d3157222f3054c16 100644 (file)
 #  version of the License.  Please send any updates to "fred@gruntose.com".   #
 ###############################################################################
 
-require "importenv.pl";
 require "shared_snarfer.pl";
 
+use Env qw(HOME);
+
 &initialize_snarfer;  # let the snarfer hook us in.
 
 # get the number attachment and increment it for the next use.
@@ -44,10 +45,10 @@ local($root) = &canonicalize(&glob_list("$HOME/opensim"));
 
 # snag the main config files.
 &backup_files($snarf_file_base, $number, $root, "bin",
-    ("OpenSim.ini", "Robust.ini", "OpenSim.exe.config", "Robust.exe.config"));
+    ("OpenSim.ini", "Robust*.ini", "OpenSim.exe.config", "Robust.exe.config"));
 
 # snag the configuration include file.
-&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini"));
+&backup_files($snarf_file_base, $number, $root, "bin/config-include", ("GridCommon.ini", "osslEnable.ini"));
 
 # get the region definitions.
 &backup_hierarchy($snarf_file_base, $number, "$root", "bin/Regions");