components/sudo/sudo.p5m
changeset 447 7ca7b95abd2f
parent 279 c6af843791cd
child 464 08f94c414553
equal deleted inserted replaced
446:ba4f3a6be7f7 447:7ca7b95abd2f
    25 
    25 
    26 set name=pkg.fmri value=pkg:/security/sudo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.fmri value=pkg:/security/sudo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.summary value="sudo - tool to allow certain tasks to be run as root by ordinary users"
    27 set name=pkg.summary value="sudo - tool to allow certain tasks to be run as root by ordinary users"
    28 set name=info.classification \
    28 set name=info.classification \
    29 	value="org.opensolaris.category.2008:Applications/System Utilities"
    29 	value="org.opensolaris.category.2008:Applications/System Utilities"
    30 set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
    30 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 set name=opensolaris.arc_url \
    33 set name=opensolaris.arc_url \
    34     value=http://arc.opensolaris.org/caselog/PSARC/2009/205
    34     value=http://arc.opensolaris.org/caselog/PSARC/2009/205
    35 
    35 
    36 dir path=etc
    36 dir path=etc
    37 dir path=etc/sudoers.d mode=0750 group=root
    37 dir path=etc/sudoers.d mode=0750 group=root
    38 dir path=usr
    38 dir path=usr
    39 dir path=usr/bin
    39 dir path=usr/bin
       
    40 dir path=usr/include
    40 dir path=usr/lib
    41 dir path=usr/lib
    41 dir path=usr/lib/$(MACH64)
    42 dir path=usr/lib/sudo
    42 dir path=usr/sbin
    43 dir path=usr/sbin
    43 dir path=usr/share
    44 dir path=usr/share
       
    45 dir path=usr/share/doc
       
    46 dir path=usr/share/doc/sudo
    44 dir path=usr/share/lib
    47 dir path=usr/share/lib
    45 dir path=usr/share/lib/ldif group=sys
    48 dir path=usr/share/lib/ldif group=sys
    46 dir path=usr/share/man
    49 dir path=usr/share/man
    47 dir path=usr/share/man/man1m
    50 dir path=usr/share/man/man1m
    48 dir path=usr/share/man/man4
    51 dir path=usr/share/man/man4
    49 
    52 
    50 file path=etc/sudoers original_name=SUNWsudo:etc/sudoers preserve=true \
    53 file path=etc/sudoers original_name=SUNWsudo:etc/sudoers preserve=true \
    51 	mode=0440 group=root
    54 	mode=0440 group=root
    52 file path=usr/bin/sudo mode=4511
    55 file path=usr/bin/sudo mode=4511
    53 file path=usr/lib/sudo_noexec.so
    56 file path=usr/bin/sudoreplay mode=0511
    54 file path=usr/lib/$(MACH64)/sudo_noexec.so
       
    55 file path=usr/sbin/visudo mode=0511
    57 file path=usr/sbin/visudo mode=0511
    56 file path=usr/share/lib/ldif/sudo-schema.OpenLDAP
    58 file path=usr/lib/sudo/sudoers.so
    57 file path=usr/share/lib/ldif/sudo-schema.iPlanet
    59 
    58 file path=usr/share/lib/ldif/sudoers2ldif
    60 file path=usr/include/sudo_plugin.h
       
    61 
       
    62 file path=usr/share/doc/sudo/ChangeLog
       
    63 file path=usr/share/doc/sudo/HISTORY
       
    64 file path=usr/share/doc/sudo/LICENSE
       
    65 file path=usr/share/doc/sudo/NEWS
       
    66 file path=usr/share/doc/sudo/README
       
    67 file path=usr/share/doc/sudo/README.LDAP
       
    68 file path=usr/share/doc/sudo/TROUBLESHOOTING
       
    69 file path=usr/share/doc/sudo/UPGRADE
       
    70 file path=usr/share/doc/sudo/sample.sudo.conf
       
    71 file path=usr/share/doc/sudo/sample.sudoers
       
    72 file path=usr/share/doc/sudo/sample.syslog.conf
       
    73 file path=usr/share/doc/sudo/schema.ActiveDirectory
       
    74 file path=usr/share/doc/sudo/schema.OpenLDAP
       
    75 file path=usr/share/doc/sudo/schema.iPlanet
       
    76 file path=usr/share/doc/sudo/sudoers2ldif
       
    77 
    59 file path=usr/share/man/man1m/sudo.1m
    78 file path=usr/share/man/man1m/sudo.1m
       
    79 file path=usr/share/man/man1m/sudoreplay.1m
       
    80 file path=usr/share/man/man1m/sudo_plugin.1m
    60 file path=usr/share/man/man1m/visudo.1m
    81 file path=usr/share/man/man1m/visudo.1m
    61 file path=usr/share/man/man4/sudoers.4
    82 file path=usr/share/man/man4/sudoers.4
    62 
    83 
    63 hardlink path=usr/share/man/man1m/sudoedit.1m target=sudo.1m
    84 hardlink path=usr/share/man/man1m/sudoedit.1m target=sudo.1m
    64 hardlink path=usr/bin/sudoedit target=sudo
    85 hardlink path=usr/bin/sudoedit target=sudo
    65 
    86 
    66 license sudo.license license="ISC-like, BSD"
    87 license sudo.license license="ISC-like, BSD"
    67 
    88 
    68 legacy pkg=SUNWsudo \
    89 legacy pkg=SUNWsudo \
    69     desc="sudo - Tool to allow certain tasks to be run as root by ordinary users. 1.7.4p4" \
    90     desc="sudo - Tool to allow certain tasks to be run as root by ordinary users." \
    70     name="sudo - Tool to allow certain tasks to be run as root by ordinary users."
    91     name="sudo - Tool to allow certain tasks to be run as root by ordinary users."
    71 
       
    72 # pkgdepend should have picked up the dependency on perl;
       
    73 # this explicit depend action can be removed if pkgdepend is fixed later
       
    74 depend fmri=__TBD \
       
    75     pkg.debug.depend.file=usr/perl5/$(PERL_VERSION)/bin/perl \
       
    76     pkg.debug.reason=usr/share/lib/ldif/sudoers2ldif \
       
    77     type=require
       
    78