diff --git a/aaa_base-rpmlintrc b/aaa_base-rpmlintrc index a1cc226..82ec4d5 100644 --- a/aaa_base-rpmlintrc +++ b/aaa_base-rpmlintrc @@ -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") diff --git a/aaa_base.changes b/aaa_base.changes index ff44178..1129272 100644 --- a/aaa_base.changes +++ b/aaa_base.changes @@ -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 diff --git a/aaa_base.post b/aaa_base.post index bcde4e7..662167c 100644 --- a/aaa_base.post +++ b/aaa_base.post @@ -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 diff --git a/aaa_base.spec b/aaa_base.spec index 8e0ede9..cff6b34 100644 --- a/aaa_base.spec +++ b/aaa_base.spec @@ -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 diff --git a/aaa_base.tar.bz2 b/aaa_base.tar.bz2 index 90f8557..2768343 100644 --- a/aaa_base.tar.bz2 +++ b/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