Accepting request 260448 from security:apparmor
fix bashism in post script (forwarded request 260415 from Ledest) OBS-URL: https://build.opensuse.org/request/show/260448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=76
This commit is contained in:
commit
b0d1c25515
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 01:06:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in post script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 09:43:19 UTC 2014 - opensuse@cboltz.de
|
||||
|
||||
|
@ -794,7 +794,7 @@ fi
|
||||
if test -e %{_sysconfdir}/init.d/boot.subdomain -o -e %{_sysconfdir}/init.d/subdomain; then
|
||||
SUBDOMAIN_PARSER_INSTALLED="yes"
|
||||
fi
|
||||
if test "$1" == 1 -a $SUBDOMAIN_PARSER_INSTALLED = "no"; then
|
||||
if test "$1" = 1 -a $SUBDOMAIN_PARSER_INSTALLED = "no"; then
|
||||
%{insserv_force_if_yast boot.apparmor}
|
||||
elif test -e %{_sysconfdir}/rc.d/boot.d/S??boot.subdomain -o \
|
||||
-e %{_sysconfdir}/rc.d/boot.d/S??boot.apparmor -o \
|
||||
|
Loading…
Reference in New Issue
Block a user