Accepting request 260415 from home:Ledest:misc
fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260415 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=106
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user