aboutsummaryrefslogtreecommitdiff
path: root/bin/mauveserver
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 16:16:14 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 16:16:14 +0100
commit3185e5d746abda1b7f42ecdbd74ec14359fda3bc (patch)
treee74ee3a587d62fdf68f79093af2202188aed3bc5 /bin/mauveserver
parent4ffe222986d4e3565a1f189325d77b33f90dfa15 (diff)
parentd3a3cfef9650b08f62db62bd7e86b673f9d77d0b (diff)
merge
Diffstat (limited to 'bin/mauveserver')
-rwxr-xr-xbin/mauveserver7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/mauveserver b/bin/mauveserver
index d07aabb..4cb37ed 100755
--- a/bin/mauveserver
+++ b/bin/mauveserver
@@ -16,6 +16,12 @@
# specified, then mauvealert.conf in the current
# directory is used, and failing that
# /etc/mauvealert/mauvealert.conf is used.
+#
+# CONFIGURATION FILE
+#
+# The configuration file consists of various stanzas, and sub-stanzas which
+# give give options for each part of the server. The example configuration
+# file gives a definitive explanation of all the options.
#
# SEE ALSO
# mauveclient(1), mauveconsole(1)
@@ -88,6 +94,7 @@ require 'mauve/configuration'
begin
Mauve::Configuration.current = Mauve::ConfigurationBuilder.load(configuration_file)
rescue StandardError => ex
+ STDERR.puts ex.backtrace.join("\n")
error ex.message
end