mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
7090e3d10c
commit
85fea78497
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue