diff options
author | Justin Clark-Casey (justincc) | 2012-03-19 00:29:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-19 00:29:02 +0000 |
commit | 4972491efb0d83e0963445bfbeeaeee41b5e38e6 (patch) | |
tree | ed1b224a9b58d831f751cc8f05f8f62956e9d686 | |
parent | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta... (diff) | |
download | opensim-SC_OLD-4972491efb0d83e0963445bfbeeaeee41b5e38e6.zip opensim-SC_OLD-4972491efb0d83e0963445bfbeeaeee41b5e38e6.tar.gz opensim-SC_OLD-4972491efb0d83e0963445bfbeeaeee41b5e38e6.tar.bz2 opensim-SC_OLD-4972491efb0d83e0963445bfbeeaeee41b5e38e6.tar.xz |
Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates.
Thanks to Whitestar in http://opensimulator.org/mantis/view.php?id=5938 for pointing out this problem.
-rw-r--r-- | bin/shutdown_commands.txt | 3 | ||||
-rw-r--r-- | bin/shutdown_commands.txt.example | 3 | ||||
-rw-r--r-- | bin/startup_commands.txt | 3 | ||||
-rw-r--r-- | bin/startup_commands.txt.example | 3 |
4 files changed, 6 insertions, 6 deletions
diff --git a/bin/shutdown_commands.txt b/bin/shutdown_commands.txt deleted file mode 100644 index 4397749..0000000 --- a/bin/shutdown_commands.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ; You can place simulator console commands here to execute when the simulator is shut down | ||
2 | ; e.g. show stats | ||
3 | ; Lines starting with ; are comments | ||
diff --git a/bin/shutdown_commands.txt.example b/bin/shutdown_commands.txt.example new file mode 100644 index 0000000..dc07dc9 --- /dev/null +++ b/bin/shutdown_commands.txt.example | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Copy this file to shutdown_commands.txt to execute region console commands when the simulator is asked to shut down | ||
2 | ; e.g. show stats | ||
3 | ; Lines that start with ; are comments | ||
diff --git a/bin/startup_commands.txt b/bin/startup_commands.txt deleted file mode 100644 index 1abfa64..0000000 --- a/bin/startup_commands.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | ; You can place region console commands here to execute once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines start with ; are comments. | ||
diff --git a/bin/startup_commands.txt.example b/bin/startup_commands.txt.example new file mode 100644 index 0000000..677109c --- /dev/null +++ b/bin/startup_commands.txt.example | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Copy this file to startup_commands.txt to run region console commands once the simulator has finished starting up | ||
2 | ; e.g. show stats | ||
3 | ; Lines that start with ; are comments. | ||