diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-09-12 04:10:01 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-09-12 04:10:01 +0000 |
commit | 47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e (patch) | |
tree | fe628b8402d984666a0650c46807d5fabe4c33b5 /security/xinetd/Makefile | |
parent | b822f4de709b5a80d39fd61f62ff10a5ae2eccf5 (diff) | |
download | FreeBSD-ports-47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e.zip FreeBSD-ports-47cb3aff0cc14c11e3d9a998d70f237cf0e9ca4e.tar.gz |
Remove ipv6 support temporary, it seems buggy.
Activate loadavg support.
Diffstat (limited to 'security/xinetd/Makefile')
-rw-r--r-- | security/xinetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 2de8506d..c6b251f 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -16,7 +16,8 @@ MAINTAINER= vanilla@FreeBSD.org FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes ALL_TARGET= build -CONFIGURE_ARGS= --with-loadavg --with-libwrap --with-inet6 +CONFIGURE_ARGS= --with-loadavg --with-libwrap +# --with-inet6 "ipv6's code seens buggy.." MAN5= xinetd.conf.5 MAN8= xinetd.8 xinetd.log.8 |