diff options
author | Marcel Telka <marcel.telka@nexenta.com> | 2014-11-13 00:11:50 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2014-11-24 16:42:12 -0500 |
commit | 6aa4fc89ec1cf2cdf7d7c3b9ec059802ac9abe65 (patch) | |
tree | f3803220c4a7f07fdf29dd22ea24f8cbf54a49de | |
parent | 3689c709de099274714d61c877dcc1aa333f3f41 (diff) | |
download | illumos-joyent-6aa4fc89ec1cf2cdf7d7c3b9ec059802ac9abe65.tar.gz |
4324 hosts_access(3): Missing symlinks for hosts_ctl, request_init, and request_set
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/man/man3/Makefile | 10 | ||||
-rw-r--r-- | usr/src/pkg/manifests/library-security-tcp-wrapper.mf | 5 |
2 files changed, 12 insertions, 3 deletions
diff --git a/usr/src/man/man3/Makefile b/usr/src/man/man3/Makefile index f1beeb02fd..ced1036d41 100644 --- a/usr/src/man/man3/Makefile +++ b/usr/src/man/man3/Makefile @@ -11,7 +11,7 @@ # # Copyright 2011, Richard Lowe -# Copyright 2013 Nexenta Systems, Inc. All rights reserved. +# Copyright 2014 Nexenta Systems, Inc. All rights reserved. # include $(SRC)/Makefile.master @@ -22,11 +22,17 @@ MANFILES= Intro.3 \ hosts_access.3 MANLINKS= intro.3 \ - libwrap.3 + hosts_ctl.3 \ + libwrap.3 \ + request_init.3 \ + request_set.3 intro.3 := LINKSRC = Intro.3 +hosts_ctl.3 := LINKSRC = hosts_access.3 libwrap.3 := LINKSRC = hosts_access.3 +request_init.3 := LINKSRC = hosts_access.3 +request_set.3 := LINKSRC = hosts_access.3 .KEEP_STATE: diff --git a/usr/src/pkg/manifests/library-security-tcp-wrapper.mf b/usr/src/pkg/manifests/library-security-tcp-wrapper.mf index dfd0730e77..1d06dac7cd 100644 --- a/usr/src/pkg/manifests/library-security-tcp-wrapper.mf +++ b/usr/src/pkg/manifests/library-security-tcp-wrapper.mf @@ -21,7 +21,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# Copyright 2014 Nexenta Systems, Inc. All rights reserved. # set name=pkg.fmri \ @@ -55,6 +55,9 @@ legacy pkg=SUNWtcpd \ name="tcpd - access control facility for internet services" license usr/src/cmd/tcpd/THIRDPARTYLICENSE \ license=usr/src/cmd/tcpd/THIRDPARTYLICENSE +link path=usr/share/man/man3/hosts_ctl.3 target=hosts_access.3 link path=usr/share/man/man3/libwrap.3 target=hosts_access.3 +link path=usr/share/man/man3/request_init.3 target=hosts_access.3 +link path=usr/share/man/man3/request_set.3 target=hosts_access.3 link path=usr/share/man/man4/hosts.allow.4 target=hosts_access.4 link path=usr/share/man/man4/hosts.deny.4 target=hosts_access.4 |