summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/hostated/parse.y5
-rw-r--r--usr.sbin/hoststated/parse.y5
-rw-r--r--usr.sbin/relayd/parse.y5
3 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/hostated/parse.y b/usr.sbin/hostated/parse.y
index 3cb95466a72..92b0a371521 100644
--- a/usr.sbin/hostated/parse.y
+++ b/usr.sbin/hostated/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.9 2007/01/08 13:37:26 reyk Exp $ */
+/* $OpenBSD: parse.y,v 1.10 2007/01/08 14:30:31 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -99,7 +99,7 @@ typedef struct {
%}
%token SERVICE TABLE BACKUP HOST REAL
-%token CHECK HTTP HTTPS TCP ICMP EXTERNAL
+%token CHECK HTTP TCP ICMP EXTERNAL
%token TIMEOUT CODE DIGEST PORT TAG INTERFACE
%token VIRTUAL IP INTERVAL DISABLE STICKYADDR
%token SEND EXPECT NOTHING
@@ -506,7 +506,6 @@ lookup(char *s)
{ "external", EXTERNAL },
{ "host", HOST },
{ "http", HTTP },
- { "https", HTTPS },
{ "icmp", ICMP },
{ "interface", INTERFACE },
{ "interval", INTERVAL },
diff --git a/usr.sbin/hoststated/parse.y b/usr.sbin/hoststated/parse.y
index 3cb95466a72..92b0a371521 100644
--- a/usr.sbin/hoststated/parse.y
+++ b/usr.sbin/hoststated/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.9 2007/01/08 13:37:26 reyk Exp $ */
+/* $OpenBSD: parse.y,v 1.10 2007/01/08 14:30:31 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -99,7 +99,7 @@ typedef struct {
%}
%token SERVICE TABLE BACKUP HOST REAL
-%token CHECK HTTP HTTPS TCP ICMP EXTERNAL
+%token CHECK HTTP TCP ICMP EXTERNAL
%token TIMEOUT CODE DIGEST PORT TAG INTERFACE
%token VIRTUAL IP INTERVAL DISABLE STICKYADDR
%token SEND EXPECT NOTHING
@@ -506,7 +506,6 @@ lookup(char *s)
{ "external", EXTERNAL },
{ "host", HOST },
{ "http", HTTP },
- { "https", HTTPS },
{ "icmp", ICMP },
{ "interface", INTERFACE },
{ "interval", INTERVAL },
diff --git a/usr.sbin/relayd/parse.y b/usr.sbin/relayd/parse.y
index 3cb95466a72..92b0a371521 100644
--- a/usr.sbin/relayd/parse.y
+++ b/usr.sbin/relayd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.9 2007/01/08 13:37:26 reyk Exp $ */
+/* $OpenBSD: parse.y,v 1.10 2007/01/08 14:30:31 reyk Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -99,7 +99,7 @@ typedef struct {
%}
%token SERVICE TABLE BACKUP HOST REAL
-%token CHECK HTTP HTTPS TCP ICMP EXTERNAL
+%token CHECK HTTP TCP ICMP EXTERNAL
%token TIMEOUT CODE DIGEST PORT TAG INTERFACE
%token VIRTUAL IP INTERVAL DISABLE STICKYADDR
%token SEND EXPECT NOTHING
@@ -506,7 +506,6 @@ lookup(char *s)
{ "external", EXTERNAL },
{ "host", HOST },
{ "http", HTTP },
- { "https", HTTPS },
{ "icmp", ICMP },
{ "interface", INTERFACE },
{ "interval", INTERVAL },