comparison usr/src/pkg/manifests/library-security-tcp-wrapper.mf @ 14173:6b6815d682dd

3600 edit(1) is a bad .so reference Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Thu, 29 Aug 2013 02:33:28 +0400
parents 90b8961d252c
children
comparison
equal deleted inserted replaced
14172:be36a38bac3d 14173:6b6815d682dd
19 # CDDL HEADER END 19 # CDDL HEADER END
20 # 20 #
21 21
22 # 22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
24 # 25 #
25 26
26 set name=pkg.fmri \ 27 set name=pkg.fmri \
27 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) 28 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
28 set name=pkg.description \ 29 set name=pkg.description \
45 file path=usr/sbin/try-from mode=0555 46 file path=usr/sbin/try-from mode=0555
46 file path=usr/share/man/man1m/tcpd.1m 47 file path=usr/share/man/man1m/tcpd.1m
47 file path=usr/share/man/man1m/tcpdchk.1m 48 file path=usr/share/man/man1m/tcpdchk.1m
48 file path=usr/share/man/man1m/tcpdmatch.1m 49 file path=usr/share/man/man1m/tcpdmatch.1m
49 file path=usr/share/man/man3/hosts_access.3 50 file path=usr/share/man/man3/hosts_access.3
50 file path=usr/share/man/man3/libwrap.3
51 file path=usr/share/man/man4/hosts.allow.4
52 file path=usr/share/man/man4/hosts.deny.4
53 file path=usr/share/man/man4/hosts_access.4 51 file path=usr/share/man/man4/hosts_access.4
54 file path=usr/share/man/man4/hosts_options.4 52 file path=usr/share/man/man4/hosts_options.4
55 legacy pkg=SUNWtcpd \ 53 legacy pkg=SUNWtcpd \
56 desc="tcpd - access control facility for internet services" \ 54 desc="tcpd - access control facility for internet services" \
57 name="tcpd - access control facility for internet services" 55 name="tcpd - access control facility for internet services"
58 license usr/src/cmd/tcpd/THIRDPARTYLICENSE \ 56 license usr/src/cmd/tcpd/THIRDPARTYLICENSE \
59 license=usr/src/cmd/tcpd/THIRDPARTYLICENSE 57 license=usr/src/cmd/tcpd/THIRDPARTYLICENSE
58 link path=usr/share/man/man3/libwrap.3 target=hosts_access.3
59 link path=usr/share/man/man4/hosts.allow.4 target=hosts_access.4
60 link path=usr/share/man/man4/hosts.deny.4 target=hosts_access.4