summaryrefslogtreecommitdiff
path: root/mailman/mm_cfg.py-mhonarc.diff
blob: 4b4bb619abb508934d928ee40e74faae96b109e1 (plain)
  1. --- mm_cfg.py.old 2001-09-04 04:13:13.000000000 +0200
  2. +++ mm_cfg.py 2002-10-04 13:16:03.000000000 +0200
  3. @@ -59,3 +59,15 @@
  4.  
  5. # Note - if you're looking for something that is imported from mm_cfg, but you
  6. # didn't find it above, it's probably in Defaults.py.
  7. +
  8. +PUBLIC_EXTERNAL_ARCHIVER = 1
  9. +PRIVATE_EXTERNAL_ARCHIVER = 1
  10. +
  11. +PUBLIC_EXTERNAL_ARCHIVER = """
  12. +mkdir -p /var/lib/mailman/archives/private/%(listname)s;
  13. +mhonarc -outdir /var/lib/mailman/archives/private/%(listname)s -idxfname index.html -rcfile /etc/local-COMMON/mailman/mhonarc.mrc -title "%(listname)s List Archive (by Date)" -ttitle "%(listname)s List Archive (Threaded)" -quiet -add
  14. +"""
  15. +PRIVATE_EXTERNAL_ARCHIVER = """
  16. +mkdir -p /var/lib/mailman/archives/private/%(listname)s;
  17. +mhonarc -outdir /var/lib/mailman/archives/private/%(listname)s -idxfname index.html -rcfile /etc/local-COMMON/mailman/mhonarc.mrc -title "%(listname)s List Archive (by Date)" -ttitle "%(listname)s List Archive (Threaded)" -quiet -add
  18. +"""