It looks like rc.apparmor.functions renamed "aa_log_action_begin()" to

"aa_log_action_start()" (probably for 2.6), but the rc.apparmor.suse 
initscript was not updated.

This patch fixes the function name in the rc.apparmor.suse initscript.

References: https://bugzilla.novell.com/show_bug.cgi?id=717707

Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Christian Boltz 2011-09-15 20:20:23 +02:00
parent 23df761b70
commit 2c62d802b6

View file

@ -77,7 +77,7 @@ aa_log_failure_msg() {
log_failure_msg '\n'$*
}
aa_log_action_begin() {
aa_log_action_start() {
echo -n
}