forked from pool/aaa_base
This commit is contained in:
parent
5ec5783aaa
commit
78f1d190ec
@ -28,7 +28,6 @@ addFilter("non-root-group-log-file.*/var/log/lastlog.*tty")
|
|||||||
# even after an update
|
# even after an update
|
||||||
addFilter("no-reload-entry.*/etc/init.d/README")
|
addFilter("no-reload-entry.*/etc/init.d/README")
|
||||||
addFilter("no-reload-entry.*/etc/init.d/boot.swap")
|
addFilter("no-reload-entry.*/etc/init.d/boot.swap")
|
||||||
addFilter("no-reload-entry.*/etc/init.d/boot.getclock")
|
|
||||||
addFilter("no-reload-entry.*/etc/init.d/boot.proc")
|
addFilter("no-reload-entry.*/etc/init.d/boot.proc")
|
||||||
addFilter("no-reload-entry.*/etc/init.d/random")
|
addFilter("no-reload-entry.*/etc/init.d/random")
|
||||||
addFilter("no-reload-entry.*/etc/init.d/boot.ipconfig")
|
addFilter("no-reload-entry.*/etc/init.d/boot.ipconfig")
|
||||||
@ -51,7 +50,6 @@ addFilter("no-reload-entry.*/etc/init.d/boot.localfs")
|
|||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/skeleton.compat")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/skeleton.compat")
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/README")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/README")
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.swap")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.swap")
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.getclock")
|
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.proc")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.proc")
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/random")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/random")
|
||||||
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.ipconfig")
|
addFilter("init-script-without-%stop_on_removal-preun.*/etc/init.d/boot.ipconfig")
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 22 13:37:34 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Restore the broken arch_special tar ball (bnc#410237)
|
||||||
|
- Remove boot.getclock as insserv now can handle this
|
||||||
|
- Some more cleanups for new insserv
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 18 17:10:46 CEST 2008 - werner@suse.de
|
Fri Jul 18 17:10:46 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
@ -89,12 +89,12 @@ fi
|
|||||||
#
|
#
|
||||||
# Initialize runlevel links
|
# Initialize runlevel links
|
||||||
#
|
#
|
||||||
%{fillup_and_insserv -py boot.proc boot.localfs boot.swap boot.clock boot.getclock boot.ldconfig boot.ipconfig boot.klog boot.localnet halt random reboot single}
|
%{fillup_and_insserv -py boot.proc boot.localfs boot.swap boot.clock boot.ldconfig boot.ipconfig boot.klog boot.localnet halt random reboot single}
|
||||||
%{insserv_force_if_yast etc/init.d/boot.loadmodules etc/init.d/boot.cleanup etc/init.d/boot.rootfsck}
|
%{insserv_force_if_yast etc/init.d/boot.loadmodules etc/init.d/boot.cleanup etc/init.d/boot.rootfsck}
|
||||||
## powerfail probably needs empty header ...
|
## powerfail probably needs empty header ...
|
||||||
|
|
||||||
# add Kill-links in boot.d if needed:
|
# add Kill-links in boot.d if needed:
|
||||||
for i in proc localfs swap clock getclock ldconfig ipconfig klog localnet loadmodules sched ; 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
|
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}
|
%{insserv_force_if_yast boot.$i}
|
||||||
fi
|
fi
|
||||||
|
@ -21,7 +21,7 @@ Recommends: cron logrotate
|
|||||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv 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 udev net-tools
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 11.0.42
|
Version: 11.0.42
|
||||||
Release: 8
|
Release: 10
|
||||||
Summary: SUSE Linux Base Package
|
Summary: SUSE Linux Base Package
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: aaa_base.tar.bz2
|
Source: aaa_base.tar.bz2
|
||||||
@ -143,6 +143,10 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 22 2008 werner@suse.de
|
||||||
|
- Restore the broken arch_special tar ball (bnc#410237)
|
||||||
|
- Remove boot.getclock as insserv now can handle this
|
||||||
|
- Some more cleanups for new insserv
|
||||||
* Fri Jul 18 2008 werner@suse.de
|
* Fri Jul 18 2008 werner@suse.de
|
||||||
- Make boot scripts know about new upcoming startpar and insserv
|
- Make boot scripts know about new upcoming startpar and insserv
|
||||||
* Wed Jul 16 2008 ro@suse.de
|
* Wed Jul 16 2008 ro@suse.de
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4ce0ad8428adefafbd73c7a7cc53cbc72559890b260cbbdf767b4efd693a1c0a
|
oid sha256:367340c5256446658fa8316ad3ca40537cc5cf583f9199e5f27034cc09f9ae0e
|
||||||
size 78830
|
size 78779
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e24e141b1fee1eae1b879fe9b277273292cc93e295bd64c546b95ac3f62af200
|
oid sha256:8cdf32bd66e9bfacd5b5bf6a022bfef997532450493d04089e6e3051f72ed444
|
||||||
size 8421
|
size 1388
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c2911bc557abf783b9b7f94718e614d40d5772aa76b32eefb539163133f72e82
|
oid sha256:e24e141b1fee1eae1b879fe9b277273292cc93e295bd64c546b95ac3f62af200
|
||||||
size 8420
|
size 8421
|
||||||
|
Loading…
Reference in New Issue
Block a user