Accepting request 34348 from Base:System

checked in (request 34348)

OBS-URL: https://build.opensuse.org/request/show/34348
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=85
This commit is contained in:
OBS User autobuild
2010-03-08 17:09:42 +00:00
committed by Git OBS Bridge
parent 7bd4ab4de2
commit 84501a5fec
4 changed files with 5 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ test -f etc/nsswitch.conf.rpmnew && grep dns6 etc/nsswitch.conf >/dev/null 2>&1
## powerfail probably needs empty header ...
# add Kill-links in boot.d if needed:
for i in proc localfs swap clock ldconfig ipconfig klog localnet loadmodules ; do
for i in proc localfs swap clock ldconfig ipconfig klog localnet loadmodules sched ; do
if [ -f /etc/init.d/boot.d/S??boot.$i -a ! -f /etc/init.d/boot.d/K??boot.$i ] ; then
%{insserv_force_if_yast boot.$i}
fi