Navigation Menu

Skip to content

Commit

Permalink
create local apparmor file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 29, 2011
1 parent 213cd08 commit 9fcd9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/mysql-server-groonga.postinst
Expand Up @@ -37,7 +37,7 @@ if test -f "${mysql_local_apparmor_profile}"; then
local_apparmor_profile=/etc/apparmor.d/local/${apparmor_profile_name}
if ! test -e "$local_apparmor_profile"; then
mkdir -p $(dirname "$local_apparmor_profile")
cat <<EOF
cat <<EOF > "$local_apparmor_profile"
# Site-specific additions and overrides for ${apparmor_profile_name}.
# For more details, please see /etc/apparmor.d/local/README.
EOF
Expand Down

0 comments on commit 9fcd9b4

Please sign in to comment.