patch-conf_hatchet_conf 711 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-conf_hatchet_conf,v 1.1.1.1 2008/06/27 15:16:01 jdixon Exp $
  2. --- conf/hatchet.conf.orig Mon Jun 23 21:37:32 2008
  3. +++ conf/hatchet.conf Mon Jun 23 21:38:15 2008
  4. @@ -18,7 +18,7 @@ $log = '/var/log/pflog';
  5. ### Where to send notices to
  6. $admin_email = 'root@localhost';
  7. ### Non-chrooted SQLite database location
  8. -$db_file = '/var/www/hatchet/db/pflog.db';
  9. +$db_file = '${PREFIX}/hatchet/db/pflog.db';
  10. ##########################################
  11. # HATCHART
  12. @@ -30,7 +30,7 @@ $width = 500;
  13. ### Height of pie chart
  14. $height = 400;
  15. ### Where to write charts
  16. -$graphs_dir = '/var/www/hatchet/graphs';
  17. +$graphs_dir = '${PREFIX}/hatchet/graphs';
  18. ##########################################
  19. # CGI