dak.conf 271 B

1234567891011121314
  1. // Example /etc/dak/dak.conf
  2. Config
  3. {
  4. // FQDN hostname
  5. raff.debian.org
  6. {
  7. // Optional filename of dak's config file; if not present, this
  8. // file is assumed to contain dak config info.
  9. DakConfig "/org/ftp.debian.org/dak/config/debian/dak.conf";
  10. }
  11. }