summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2007-01-08 14:30:31 +0000
committerreyk <reyk@openbsd.org>2007-01-08 14:30:31 +0000
commitffd8ef44295b809f01bd80abeaacaa4212845ace (patch)
treeb1d7a8f3fb5bd98df4ab66e9cc7c7a179b782bb5
parentdescribe disk preparation better, inspired by the sparc miniroot (diff)
downloadwireguard-openbsd-ffd8ef44295b809f01bd80abeaacaa4212845ace.tar.xz
wireguard-openbsd-ffd8ef44295b809f01bd80abeaacaa4212845ace.zip
remove unused token.
-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 },