diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-09-13 06:57:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-09-13 06:57:32 +0000 |
commit | ac8b967f098c94dfe93a1378ea52e639e35f29ea (patch) | |
tree | 3e1cfcc03ce39c294927ef816d5388ad2d6155f3 /textproc/htdig/files | |
parent | 081a01e1c3ee68db13d3cc03e2238caff0973e36 (diff) | |
download | ports-ac8b967f098c94dfe93a1378ea52e639e35f29ea.tar.gz ports-ac8b967f098c94dfe93a1378ea52e639e35f29ea.zip |
Notes
Diffstat (limited to 'textproc/htdig/files')
-rw-r--r-- | textproc/htdig/files/patch-config-xss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/htdig/files/patch-config-xss b/textproc/htdig/files/patch-config-xss new file mode 100644 index 000000000000..32a044a7b3f1 --- /dev/null +++ b/textproc/htdig/files/patch-config-xss @@ -0,0 +1,24 @@ +--- 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); |