diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-08-30 19:40:38 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-07 08:32:50 -0700 |
commit | 6c42c018ff95ec573b43ec6638f3fa9e003e712c (patch) | |
tree | 2a3f22a102703fa4bdb92870d74025e30a477c32 /recipes-mac/AppArmor/files | |
parent | 225c3bc7d07cbfbcde6eb2d9df166a54f7560a21 (diff) | |
download | meta-security-6c42c018ff95ec573b43ec6638f3fa9e003e712c.tar.gz |
apparmor: drop lsb RDEPENDS
remove lsb functions from init script
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-mac/AppArmor/files')
-rw-r--r-- | recipes-mac/AppArmor/files/apparmor | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/files/apparmor b/recipes-mac/AppArmor/files/apparmor index ac3ab9a..604e48d 100644 --- a/recipes-mac/AppArmor/files/apparmor +++ b/recipes-mac/AppArmor/files/apparmor | |||
@@ -47,7 +47,6 @@ log_end_msg () { | |||
47 | } | 47 | } |
48 | 48 | ||
49 | . /lib/apparmor/functions | 49 | . /lib/apparmor/functions |
50 | . /lib/lsb/init-functions | ||
51 | 50 | ||
52 | usage() { | 51 | usage() { |
53 | echo "Usage: $0 {start|stop|restart|reload|force-reload|status|recache}" | 52 | echo "Usage: $0 {start|stop|restart|reload|force-reload|status|recache}" |