summaryrefslogtreecommitdiff
path: root/www/htdig/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'www/htdig/patches/patch-af')
-rw-r--r--www/htdig/patches/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/htdig/patches/patch-af b/www/htdig/patches/patch-af
new file mode 100644
index 00000000000..366ae85780e
--- /dev/null
+++ b/www/htdig/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2005/03/20 20:34:27 salo Exp $
+
+--- htsearch/htsearch.cc.orig 2002-02-01 00:47:18.000000000 +0100
++++ htsearch/htsearch.cc 2005-03-20 21:15:02.000000000 +0100
+@@ -145,8 +145,7 @@
+ if (access(configFile, R_OK) < 0)
+ {
+ if (filenameok) filenamemsg << " '" << configFile.get() << "'";
+- reportError(form("Unable to read configuration file%s",
+- filenamemsg.get()));
++ reportError(form("Unable to read configuration file."));
+ }
+ config.Read(configFile);
+