[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [debian] fix apparmor config path.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:35:25 JST 2012


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

  New Revision: 3213fb4420e2e47ad10843d7eacd2d40eaa4050f
  https://github.com/mroonga/mroonga/commit/3213fb4420e2e47ad10843d7eacd2d40eaa4050f

  Merged ca83269: Merge branch 'master' of github.com:mroonga/mroonga

  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}
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-mysql-commit mailing list
Back to archive index