diff options
author | François Andriot <[email protected]> | 2014-09-18 20:21:01 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-09-18 20:21:01 +0200 |
commit | 369f2528ee942e6c1ed3634d3fac02be370e052f (patch) | |
tree | 241d924d27da6d5451306d376507677a9beb7d7c /openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss | |
parent | e5f968aaea318274fddfb51d2fd2a99a47ce5758 (diff) | |
download | tde-packaging-369f2528ee942e6c1ed3634d3fac02be370e052f.tar.gz tde-packaging-369f2528ee942e6c1ed3634d3fac02be370e052f.zip |
Openbsd: add initial support
Diffstat (limited to 'openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss')
-rw-r--r-- | openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss b/openbsd/14.0.0/3rdparty/htdig/patches/patch-config-xss new file mode 100644 index 000000000..32a044a7b --- /dev/null +++ b/openbsd/14.0.0/3rdparty/htdig/patches/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); |