patch-sbin_hatchet_mkdb 416 B

12345678910111213
  1. $OpenBSD: patch-sbin_hatchet_mkdb,v 1.1.1.1 2008/06/27 15:16:01 jdixon Exp $
  2. --- sbin/hatchet_mkdb.orig Thu Jun 26 17:21:43 2008
  3. +++ sbin/hatchet_mkdb Thu Jun 26 17:22:32 2008
  4. @@ -10,7 +10,7 @@ use strict;
  5. use DBI;
  6. our $db_file;
  7. -require "/var/www/hatchet/conf/hatchet.conf";
  8. +require "${PREFIX}/hatchet/conf/hatchet.conf";
  9. my $dbh = DBI->connect("DBI:SQLite:dbname=$db_file", "", "") || die $DBI::errstr;