forked from pool/aaa_base
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:
parent
ce0f75b495
commit
6f0d9f137e
@ -39,6 +39,7 @@ addFilter("no-reload-entry.*/etc/init.d/halt")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot.loadmodules")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot.ldconfig")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot.sched")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot.klog")
|
||||
addFilter("no-reload-entry.*/etc/init.d/rc")
|
||||
addFilter("no-reload-entry.*/etc/init.d/boot.clock")
|
||||
@ -61,6 +62,7 @@ addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/halt")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.loadmodules")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.ldconfig")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.sched")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.klog")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/rc")
|
||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.clock")
|
||||
|
@ -1,19 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 18:06:37 CET 2010 - ro@suse.de
|
||||
|
||||
- drop boot.sched
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 17:12:19 CET 2010 - ro@suse.de
|
||||
|
||||
- implemented more primitive status calls for boot.* scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 14:17:25 CET 2010 - ro@suse.de
|
||||
|
||||
- implemented primitive status call for boot.rootfsck and
|
||||
boot.localfs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 18:03:23 CET 2010 - ro@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee44cbf502c877e406461119ab99defd619d16255c05d930b21d9c92155e5db
|
||||
size 80993
|
||||
oid sha256:2dc06455aafbbccdcc8ae6dc6494df5ec490a8ad94c5d0ebc6e655c0413ada9e
|
||||
size 81183
|
||||
|
Loading…
Reference in New Issue
Block a user