From 2c62d802b62ee0056dc42d185465ff6ded34b20f Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 15 Sep 2011 20:20:23 +0200 Subject: [PATCH] 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 --- parser/rc.apparmor.suse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/rc.apparmor.suse b/parser/rc.apparmor.suse index 9410a9ddb..bd2931a32 100644 --- a/parser/rc.apparmor.suse +++ b/parser/rc.apparmor.suse @@ -77,7 +77,7 @@ aa_log_failure_msg() { log_failure_msg '\n'$* } -aa_log_action_begin() { +aa_log_action_start() { echo -n }