From f30112ba162f4d0999cd0b04a3305c7ef323edc1 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Tue, 27 Feb 2007 14:22:07 +0000 Subject: [PATCH] Make hosts.allow point to hosts_options instead. Requested by: ru --- lib/libwrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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