summaryrefslogtreecommitdiff
path: root/usr.sbin/relayctl
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-12-08 17:07:10 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-12-08 17:07:10 +0000
commit67f014d739e406309e7192d88049bf4590b0b84e (patch)
treedb090ce82f941a06ca8af38a2cc7553a18265fde /usr.sbin/relayctl
parentd6e596645f91520c4d84ae7559efde1ba27dea9d (diff)
some changes to the relayd.conf configuration language and grammar.
the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@
Diffstat (limited to 'usr.sbin/relayctl')
-rw-r--r--usr.sbin/relayctl/relayctl.812
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/relayctl/relayctl.8 b/usr.sbin/relayctl/relayctl.8
index d9775aebed0..af1cb4af72f 100644
--- a/usr.sbin/relayctl/relayctl.8
+++ b/usr.sbin/relayctl/relayctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: relayctl.8,v 1.16 2007/12/07 17:28:05 reyk Exp $
+.\" $OpenBSD: relayctl.8,v 1.17 2007/12/08 17:07:09 reyk Exp $
.\"
.\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.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: December 7 2007 $
+.Dd $Mdocdate: December 8 2007 $
.Dt RELAYCTL 8
.Os
.Sh NAME
@@ -90,5 +90,11 @@ Unix-domain socket used for communication with
.Sh HISTORY
The
.Nm
-program first appeared in
+program, formerly known as
+.Ic hoststatectl ,
+first appeared in
.Ox 4.1 .
+It was renamed to
+.Nm
+in
+.Ox 4.3 .