From: Mark Hymers <mhy@debian.org>
Date: Thu, 28 Jul 2011 06:58:21 +0000 (+0100)
Subject: Re-order example configuration file
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=171f4b5ec39c31b82367d7fca74ed300218bc214;p=dak.git

Re-order example configuration file

Signed-off-by: Mark Hymers <mhy@debian.org>
---

diff --git a/docs/README.config b/docs/README.config
index 760427e1..d5b461db 100644
--- a/docs/README.config
+++ b/docs/README.config
@@ -2,6 +2,15 @@
 // Example annotated configuration file for dak
 ///////////////////////////////////////////////////////////
 
+///////////////////////////////////////////////////////////
+// Common settings
+///////////////////////////////////////////////////////////
+Common
+{
+    //// ThreadCount (optional):  Maximum number of threads to use.  Defaults to 1
+    ThreadCount 1;
+};
+
 ///////////////////////////////////////////////////////////
 // Essential.  List of database details.
 ///////////////////////////////////////////////////////////
@@ -32,15 +41,6 @@ DB
     Unicode "false";
 };
 
-///////////////////////////////////////////////////////////
-// Common settings
-///////////////////////////////////////////////////////////
-Common
-{
-    //// ThreadCount (optional):  Maximum number of threads to use.  Defaults to 1
-    ThreadCount 1;
-};
-
 ///////////////////////////////////////////////////////////
 // Dinstall general settings
 ///////////////////////////////////////////////////////////