Updating link to change in openSUSE:Factory/aaa_base revision 194.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=560e8f9fb8fee5b60ded592798d11ea3
This commit is contained in:
OBS User buildservice-autocommit
2010-03-08 17:09:43 +00:00
committed by Git OBS Bridge
parent 84501a5fec
commit 91483e3f26
5 changed files with 20 additions and 6 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 sched ; do
for i in proc localfs swap clock ldconfig ipconfig klog localnet loadmodules ; 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