diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-05-29 17:12:05 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-05-29 17:12:05 +0000 |
commit | 38000c0016053a0eebfae69396d10e540215c127 (patch) | |
tree | 02d435527f27f05896db1360229bfd8c268db642 /usr.sbin/relayd/Makefile | |
parent | 8719c126f654083ba85d41e39f5d8e9666235239 (diff) |
add a new check method which allows to run external scripts/programs
for custom evaluations.
pyr agrees to put it in now but to do some improvements of the timeout
handling later.
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r-- | usr.sbin/relayd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index f59567497ac..83c2467d45f 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2007/02/26 19:35:43 reyk Exp $ +# $OpenBSD: Makefile,v 1.12 2007/05/29 17:12:04 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ - ssl.c pfe.c pfe_filter.c hce.c \ - check_icmp.c check_tcp.c relay.c carp.c + ssl.c pfe.c pfe_filter.c hce.c relay.c carp.c \ + check_icmp.c check_tcp.c check_script.c MAN= hoststated.8 hoststated.conf.5 LDADD= -levent -lssl -lcrypto |