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:
parent
84501a5fec
commit
91483e3f26
@ -39,7 +39,6 @@ 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")
|
||||
@ -62,7 +61,6 @@ 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,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
@ -28,7 +28,7 @@ Recommends: cron logrotate netcfg udev net-tools
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
|
||||
AutoReqProv: on
|
||||
Version: 11.2
|
||||
Release: 62
|
||||
Release: 63
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: aaa_base.tar.bz2
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc06455aafbbccdcc8ae6dc6494df5ec490a8ad94c5d0ebc6e655c0413ada9e
|
||||
size 81183
|
||||
oid sha256:7ee44cbf502c877e406461119ab99defd619d16255c05d930b21d9c92155e5db
|
||||
size 80993
|
||||
|
Loading…
Reference in New Issue
Block a user