mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
This patch disables the apparmor event reporting daemon service before
uninstalling the apparmor-parser package. [#301418]
This commit is contained in:
parent
e756eec7c1
commit
707fda6680
1 changed files with 4 additions and 0 deletions
|
@ -160,9 +160,11 @@ fi
|
|||
%preun
|
||||
if [ "$1" = 0 ] ; then
|
||||
%if %{distro} == "suse"
|
||||
/sbin/insserv -r aaeventd
|
||||
/sbin/insserv -r boot.apparmor
|
||||
%endif
|
||||
%if %{distro} == "redhat" || %{distro} == "rhel4"
|
||||
chkconfig --del aaeventd
|
||||
chkconfig --del apparmor
|
||||
%endif
|
||||
fi
|
||||
|
@ -173,6 +175,8 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2007 - sbeattie@suse.de
|
||||
- disable aaeventd before uninstall [#301418]
|
||||
* Fri Jul 27 2007 - sbeattie@suse.de
|
||||
- Allow inverted character classes in unquoted pathnames
|
||||
- Fix return code propogation in initscripts
|
||||
|
|
Loading…
Add table
Reference in a new issue