opnsense-ports/textproc/htdig/files/patch-config-xss
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
719 B
Text

--- htsearch/htsearch.cc.orig Fri May 28 06:15:24 2004
+++ htsearch/htsearch.cc Mon Sep 12 23:16:06 2005
@@ -211,8 +211,7 @@
}
if (access((char*)configFile, R_OK) < 0)
{
- reportError(form("Unable to read configuration file '%s'",
- configFile.get()));
+ reportError("Unable to read configuration file");
}
config->Read(configFile);
--- htsearch/qtest.cc.orig Fri May 28 06:15:25 2004
+++ htsearch/qtest.cc Mon Sep 12 23:19:49 2005
@@ -132,8 +132,7 @@
if (access((char*)configFile, R_OK) < 0)
{
- reportError(form("Unable to find configuration file '%s'",
- configFile.get()));
+ reportError("Unable to find configuration file");
}
config->Read(configFile);