From 67f014d739e406309e7192d88049bf4590b0b84e Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sat, 8 Dec 2007 17:07:10 +0000 Subject: 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@ --- usr.sbin/relayctl/relayctl.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'usr.sbin/relayctl/relayctl.8') 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 .\" @@ -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 . -- cgit v1.2.3