[Groonga-mysql-commit] mroonga/mroonga [master] [debian] fix apparmor config path.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 29日 (木) 17:45:06 JST


Kouhei Sutou	2011-12-29 17:45:06 +0900 (Thu, 29 Dec 2011)

  New Revision: 3213fb4420e2e47ad10843d7eacd2d40eaa4050f

  Log:
    [debian] fix apparmor config path.

  Modified files:
    packages/debian/mysql-server-mroonga.postinst

  Modified: packages/debian/mysql-server-mroonga.postinst (+2 -2)
===================================================================
--- packages/debian/mysql-server-mroonga.postinst    2011-12-29 16:52:10 +0900 (42fe364)
+++ packages/debian/mysql-server-mroonga.postinst    2011-12-29 17:45:06 +0900 (f600f37)
@@ -15,7 +15,7 @@ install_apparmor() {
     mysql_apparmor_profile_name=usr.sbin.mysqld
     mysql_apparmor_profile=/etc/apparmor.d/${mysql_apparmor_profile_name}
     mysql_local_apparmor_profile=/etc/apparmor.d/local/${mysql_apparmor_profile_name}
-    apparmor_profile_name=mysql-server-groonga
+    apparmor_profile_name=mysql-server-mroonga
     include_profile="#include <abstractions/${apparmor_profile_name}>"
     local_apparmor_profile=/etc/apparmor.d/local/${apparmor_profile_name}
     if test -f "${mysql_local_apparmor_profile}"; then
@@ -33,7 +33,7 @@ install_apparmor() {
 	    cat <<EOF >> "${mysql_abstraction_apparmor_profile}"
 
 # ${apparmor_profile_name}: START
-# Added by mysql-server-groonga.
+# Added by mysql-server-mroonga.
 ${mysql_plugin_dir}/ r,
 ${mysql_plugin_dir}/*.so* mr,
 ${include_profile}




Groonga-mysql-commit メーリングリストの案内
Back to archive index