# HG changeset patch # User April Chin # Date 1313528894 25200 # Node ID 1cc764797e27e9b0898e5cbada16dc8b23ab91fd # Parent 742dc4436b357fee4150dc9b870d497c3b867076 7069850 Need MySQL 5.1 files to replace removed MySQL 5.0 files diff -r 742dc4436b35 -r 1cc764797e27 components/mysql-5-1/Solaris/auth_attr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/mysql-5-1/Solaris/auth_attr Tue Aug 16 14:08:14 2011 -0700 @@ -0,0 +1,2 @@ +solaris.smf.manage.mysql/version_51:RO::Manage MySQL service states:: +solaris.smf.value.mysql/version_51:RO::Change MySQL value properties:: diff -r 742dc4436b35 -r 1cc764797e27 components/mysql-5-1/Solaris/mysql_51.xml --- a/components/mysql-5-1/Solaris/mysql_51.xml Mon Aug 15 23:57:13 2011 -0700 +++ b/components/mysql-5-1/Solaris/mysql_51.xml Tue Aug 16 14:08:14 2011 -0700 @@ -109,7 +109,7 @@ + uri='http://dev.mysql.com/doc' /> diff -r 742dc4436b35 -r 1cc764797e27 components/mysql-5-1/Solaris/prof_attr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/mysql-5-1/Solaris/prof_attr Tue Aug 16 14:08:14 2011 -0700 @@ -0,0 +1,1 @@ +MySQL Administration:RO:::auths=solaris.smf.manage.mysql/version_51,solaris.smf.value.mysql/version_51 diff -r 742dc4436b35 -r 1cc764797e27 components/mysql-5-1/mysql-51.p5m --- a/components/mysql-5-1/mysql-51.p5m Mon Aug 15 23:57:13 2011 -0700 +++ b/components/mysql-5-1/mysql-51.p5m Tue Aug 16 14:08:14 2011 -0700 @@ -36,6 +36,9 @@ dir path=etc dir path=etc/mysql dir path=etc/mysql/5.1 +dir path=etc/security +dir path=etc/security/auth_attr.d +dir path=etc/security/prof_attr.d dir path=lib dir path=lib/svc dir path=lib/svc/manifest @@ -100,6 +103,8 @@ mode=0644 preserve=true file usr/mysql/5.1/share/mysql/my-small.cnf path=etc/mysql/5.1/my.cnf \ mode=0644 preserve=renamenew +file Solaris/auth_attr path=etc/security/auth_attr.d/mysql-51 +file Solaris/prof_attr path=etc/security/prof_attr.d/mysql-51 file Solaris/mysql_51.xml \ path=lib/svc/manifest/application/database/mysql_51.xml file Solaris/mysql_51 path=lib/svc/method/mysql_51 mode=0555 @@ -354,5 +359,6 @@ link path=usr/mysql/include target=5.1/include link path=usr/mysql/man target=5.1/man link path=usr/mysql/share target=5.1/share +link path=usr/share/man/man1/mysql.1 target=mysql_51.1 link path=var/mysql/data target=5.1/data depend fmri=database/mysql-common@0.5.11 type=require