]> git.decadent.org.uk Git - dak.git/blobdiff - config/examples/dak.conf
Enmasse adaptation for removal of silly names.
[dak.git] / config / examples / dak.conf
index 76e0a9a629fa3b7f5a93597100d4ecb5cbbb3293..a47c5c03c917f417c9b080c7ac4a325f9c4205e7 100644 (file)
@@ -1,23 +1,23 @@
-// Example /etc/katie/katie.conf
+// Example /etc/dak/dak.conf
 
 Config
 {
   // FQDN hostname
-  auric.debian.org
+  raff.debian.org
   {
 
     // Optional hostname as it appears in the database (if it differs
     // from the FQDN hostname).
     DatbaseHostname     "ftp-master";
 
-    // Optional filename of katie's config file; if not present, this
-    // file is assumed to contain katie config info.
-    KatieConfig                "/org/ftp.debian.org/katie/katie.conf";
+    // Optional filename of dak's config file; if not present, this
+    // file is assumed to contain dak config info.
+    DakConfig          "/org/ftp.debian.org/dak/config/debian/dak.conf";
 
     // Optional filename of apt-ftparchive's config file; if not
     // present, the file is assumed to be 'apt.conf' in the same
     // directory as this file.
-    AptConfig          "/org/ftp.debian.org/katie/apt.conf";
+    AptConfig          "/org/ftp.debian.org/dak/config/debian/apt.conf";
   }
 
 }