1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Create a link from hosts.allow(5) hosts_access(3), to give the user a

starting point for more information on a file in /etc.

MFC after:	1 week
This commit is contained in:
Nick Hibma 2007-02-20 23:12:04 +00:00
parent 7090e3d10c
commit 85fea78497
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166856

View File

@ -9,8 +9,10 @@ SHLIB_MAJOR= 4
INCS= tcpd.h
MAN= hosts_access.3
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
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 \
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers