pkgsrc/www/htdig-devel/patches/patch-ah
markd 9da2f19245 Import of latest htdig beta release (from 18 months ago) as htdig-devel.
The ht://Dig system is a complete world wide web indexing and searching
system for a small domain or intranet.

Imported during the freeze as its needed to fix a problem in kdebase3.
OKed by wiz.
2005-12-17 19:26:26 +00:00

14 lines
437 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
--- httools/htmerge.cc.orig 2004-05-29 01:15:25.000000000 +1200
+++ httools/htmerge.cc
@@ -118,8 +118,7 @@ int main(int ac, char **av)
if (access((char*)configfile, R_OK) < 0)
{
- reportError(form("Unable to find configuration file '%s'",
- configfile.get()));
+ reportError(form("Unable to find configuration file."));
}
config->Read(configfile);