diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2007-02-27 14:22:07 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2007-02-27 14:22:07 +0000 |
commit | 530304b63ee2442412b4978dc59d6757e9e73e13 (patch) | |
tree | 9f706d17b6ce638b3554217ce90923d352a42841 /lib/libwrap | |
parent | c0f6ce7abf6a28e7b68faba4cd0db903e1d86e7a (diff) | |
download | FreeBSD-src-530304b63ee2442412b4978dc59d6757e9e73e13.zip FreeBSD-src-530304b63ee2442412b4978dc59d6757e9e73e13.tar.gz |
Make hosts.allow point to hosts_options instead.
Requested by: ru
Diffstat (limited to 'lib/libwrap')
-rw-r--r-- | lib/libwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index a3bf2d3..633032c 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 |