aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2007-02-27 14:22:07 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2007-02-27 14:22:07 +0000
commitf30112ba162f4d0999cd0b04a3305c7ef323edc1 (patch)
tree9f706d17b6ce638b3554217ce90923d352a42841
parent2e356492258a2dc0295b0083fc13761fc954a92b (diff)
downloadsrc-f30112ba162f4d0999cd0b04a3305c7ef323edc1.tar.gz
src-f30112ba162f4d0999cd0b04a3305c7ef323edc1.zip
Make hosts.allow point to hosts_options instead.
Requested by: ru
Notes
Notes: svn path=/head/; revision=167071
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index a3bf2d37c2ad..633032c0e589 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -12,7 +12,7 @@ MAN+= hosts_access.5 hosts_options.5
MLINKS= hosts_access.3 hosts_ctl.3 \
hosts_access.3 request_init.3 \
hosts_access.3 request_set.3 \
- hosts_access.3 hosts.allow.5 \
+ hosts_options.5 hosts.allow.5 \
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers