components/mysql-common/mysql-common.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 2890 47c675945a45
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/database/mysql-common@$(COMPONENT_VERSION),$(BUILD_VERSION)
    24 set name=pkg.fmri \
       
    25     value=pkg:/database/mysql-common@$(COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="MySQL Database Management System (Base)"
    26 set name=pkg.summary value="MySQL Database Management System (Base)"
    26 set name=info.classification \
    27 set name=info.classification \
    27     value=org.opensolaris.category.2008:Development/Databases
    28     value=org.opensolaris.category.2008:Development/Databases
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=org.opensolaris.arc-caseid value=PSARC/2013/333
    30 set name=org.opensolaris.arc-caseid value=PSARC/2013/333
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 
       
    32 license mysql.license license=Oracle
       
    33 
       
    34 # mysql user account and group setup
       
    35 group groupname=mysql gid=70
       
    36 
       
    37 user username=mysql ftpuser=false gcos-field="MySQL Reserved UID" group=mysql \
       
    38     password=NP uid=70
       
    39 
       
    40 # optionally depend on mysql-51 to bring it forward if already installed
       
    41 depend fmri=database/[email protected],5.11-0.175.2.0.0.31.0 type=optional
       
    42 # mysql common SMF config
    32 # mysql common SMF config
    43 file Solaris/mysql-auth path=etc/security/auth_attr.d/mysql
    33 file Solaris/mysql-auth path=etc/security/auth_attr.d/mysql
    44 file Solaris/mysql-prof path=etc/security/prof_attr.d/mysql
    34 file Solaris/mysql-prof path=etc/security/prof_attr.d/mysql
    45 
    35 
       
    36 # mysql user account and group setup
       
    37 group groupname=mysql gid=70
       
    38 user username=mysql ftpuser=false gcos-field="MySQL Reserved UID" group=mysql \
       
    39     password=NP uid=70
       
    40 license mysql.license license=Oracle
    46 
    41 
       
    42 # optionally depend on mysql-51 to bring it forward if already installed
       
    43 depend type=optional fmri=database/[email protected],5.11-0.175.2.0.0.31.0
       
    44 
       
    45