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:
parent
bc413776a0
commit
611d65c78d
@ -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
|
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
|
if test -e %{_sysconfdir}/init.d/boot.subdomain -o -e %{_sysconfdir}/init.d/subdomain; then
|
||||||
SUBDOMAIN_PARSER_INSTALLED="yes"
|
SUBDOMAIN_PARSER_INSTALLED="yes"
|
||||||
fi
|
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}
|
%{insserv_force_if_yast boot.apparmor}
|
||||||
elif test -e %{_sysconfdir}/rc.d/boot.d/S??boot.subdomain -o \
|
elif test -e %{_sysconfdir}/rc.d/boot.d/S??boot.subdomain -o \
|
||||||
-e %{_sysconfdir}/rc.d/boot.d/S??boot.apparmor -o \
|
-e %{_sysconfdir}/rc.d/boot.d/S??boot.apparmor -o \
|
||||||
|
Loading…
Reference in New Issue
Block a user