cvs commit: ports/net Makefile ports/net/relayd Makefile distinfo
pkg-descr pkg-install pkg-plist ports/net/relayd/files
patch-ctl-Makefile patch-ctl-parser.c patch-ctl-parser.h
patch-ctl-relayctl.c patch-d-Makefile patch-d-carp.c ...
Jun Kuriyama
kuriyama at FreeBSD.org
Sun Jan 20 13:38:27 PST 2008
kuriyama 2008-01-20 21:38:26 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/relayd Makefile distinfo pkg-descr pkg-install
pkg-plist
net/relayd/files patch-ctl-Makefile patch-ctl-parser.c
patch-ctl-parser.h patch-ctl-relayctl.c
patch-d-Makefile patch-d-carp.c
patch-d-check_icmp.c patch-d-check_tcp.c
patch-d-log.c patch-d-parse.y
patch-d-pfe.c patch-d-pfe_filter.c
patch-d-relay.c patch-d-relay_udp.c
patch-d-relayd.8 patch-d-relayd.c
patch-d-relayd.conf.5 patch-d-relayd.h
relayd.in
Log:
OpenBSD's Relay Daemon (previously known as hoststated).
relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.
WWW: http://spootnik.org/relayd/
# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
# http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68
Revision Changes Path
1.1960 +1 -0 ports/net/Makefile
1.1 +62 -0 ports/net/relayd/Makefile (new)
1.1 +3 -0 ports/net/relayd/distinfo (new)
1.1 +20 -0 ports/net/relayd/files/patch-ctl-Makefile (new)
1.1 +21 -0 ports/net/relayd/files/patch-ctl-parser.c (new)
1.1 +8 -0 ports/net/relayd/files/patch-ctl-parser.h (new)
1.1 +19 -0 ports/net/relayd/files/patch-ctl-relayctl.c (new)
1.1 +26 -0 ports/net/relayd/files/patch-d-Makefile (new)
1.1 +44 -0 ports/net/relayd/files/patch-d-carp.c (new)
1.1 +11 -0 ports/net/relayd/files/patch-d-check_icmp.c (new)
1.1 +47 -0 ports/net/relayd/files/patch-d-check_tcp.c (new)
1.1 +11 -0 ports/net/relayd/files/patch-d-log.c (new)
1.1 +11 -0 ports/net/relayd/files/patch-d-parse.y (new)
1.1 +10 -0 ports/net/relayd/files/patch-d-pfe.c (new)
1.1 +45 -0 ports/net/relayd/files/patch-d-pfe_filter.c (new)
1.1 +72 -0 ports/net/relayd/files/patch-d-relay.c (new)
1.1 +11 -0 ports/net/relayd/files/patch-d-relay_udp.c (new)
1.1 +20 -0 ports/net/relayd/files/patch-d-relayd.8 (new)
1.1 +29 -0 ports/net/relayd/files/patch-d-relayd.c (new)
1.1 +33 -0 ports/net/relayd/files/patch-d-relayd.conf.5 (new)
1.1 +27 -0 ports/net/relayd/files/patch-d-relayd.h (new)
1.1 +27 -0 ports/net/relayd/files/relayd.in (new)
1.1 +7 -0 ports/net/relayd/pkg-descr (new)
1.1 +36 -0 ports/net/relayd/pkg-install (new)
1.1 +3 -0 ports/net/relayd/pkg-plist (new)
More information about the cvs-ports
mailing list