summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
diff options
context:
space:
mode:
authorPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-07-24 17:51:34 +0000
committerPierre-Yves Ritschard <pyr@cvs.openbsd.org>2007-07-24 17:51:34 +0000
commitf9cae5f70b0d19e2ff2d87f10e712324f07b4aec (patch)
tree13532cccf36c4fb3929e0b6f9b54165a71775291 /usr.sbin/relayd
parent64e8788aba6cca5e1e8d921f9c6b38d5644e5d07 (diff)
Quote digest otherwise it won't be parsed as a string.
Diffstat (limited to 'usr.sbin/relayd')
-rw-r--r--usr.sbin/relayd/relayd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 42542309d48..7f2629fa739 100644
--- a/usr.sbin/relayd/relayd.conf.5
+++ b/usr.sbin/relayd/relayd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: relayd.conf.5,v 1.45 2007/05/31 19:20:24 jmc Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.46 2007/07/24 17:51:33 pyr Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: July 24 2007 $
.Dt HOSTSTATED.CONF 5
.Os
.Sh NAME
@@ -672,7 +672,7 @@ interval 5
table phphosts {
timeout 300
real port 8080
- check http "/" digest 630aa3c2f...
+ check http "/" digest "630aa3c2f..."
host $www1
host $www2
host $www3