diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-08-21 23:37:47 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-08-22 00:26:47 +0200 |
commit | 296577b5a88732b8a97a3ebce7cda8f92ab7511f (patch) | |
tree | f15596785e8e842f056b6e390d7c5227091898c9 /docs | |
parent | 40579ae75e0ae9db204a864ac0738234098f707c (diff) | |
download | manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.tar.gz manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.tar.bz2 manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.tar.xz manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.zip |
Changed the location of configuration, logs and stats
Instead of searching for the configuration file in ~/.manaserv.xml, the
file is now expected to be in the working directory of the server. The
logs and statistics will also be written there.
This should make it easier to run differently configured servers on the
same machine, and should also be a bit more straight-forward to setup.
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml.example (renamed from docs/manaserv.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manaserv.xml b/docs/manaserv.xml.example index 909400a8..d41b2984 100644 --- a/docs/manaserv.xml +++ b/docs/manaserv.xml.example @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - An example configuration file for ~/.manaserv.xml + An example configuration file. Documentation: http://doc.manasource.org/manaserv.xml |