forked from pool/aaa_base
Accepting request 140169 from Base:System
- readd some boot.* scripts that are required by insserv for not ported applications (they are empty though) - Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists (bnc#779440) - also move the file to /run - generate utmp in /run not in /var/run - /var/run/utmp should be packaged as /run/utmp OBS-URL: https://build.opensuse.org/request/show/140169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=363
This commit is contained in:
commit
cd9bacd441
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">12.3</param>
|
||||
<param name="url">git://gitorious.org/opensuse/aaa_base.git</param>
|
||||
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd9a5300fb3945bbece105a4e53d2c2a4fad691485d3d9bb811d27d7f53866c6
|
||||
size 106816
|
||||
oid sha256:c7053fc1745e24a67255fda01ca7206f213384d567caecc1bae342006851c9c9
|
||||
size 107161
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 09:24:44 UTC 2012 - coolo@suse.com
|
||||
|
||||
- readd some boot.* scripts that are required by insserv for not ported
|
||||
applications (they are empty though)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 10:00:59 UTC 2012 - werner@suse.de
|
||||
|
||||
- Enforce creation of /etc/adjtime even if no /etc/sysconfig/clock exists (bnc#779440)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 10:16:04 UTC 2012 - coolo@suse.de
|
||||
|
||||
- also move the file to /run
|
||||
- generate utmp in /run not in /var/run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 10:05:27 UTC 2012 - coolo@suse.com
|
||||
|
||||
- /var/run/utmp should be packaged as /run/utmp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 14:55:15 UTC 2012 - werner@suse.de
|
||||
|
||||
|
@ -162,10 +162,14 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/faillog
|
||||
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/log/wtmp
|
||||
%ghost %attr(0600,root,root) %verify(not md5 size mtime) /var/log/btmp
|
||||
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /var/run/utmp
|
||||
%ghost %attr(0664,root,utmp) %verify(not md5 size mtime) /run/utmp
|
||||
# needed also with systemd
|
||||
/etc/init.d/boot.localnet
|
||||
/etc/init.d/powerfail
|
||||
# needed for backward compat
|
||||
/etc/init.d/boot.localfs
|
||||
/etc/init.d/boot.rootfsck
|
||||
/etc/init.d/boot.cleanup
|
||||
/etc/hushlogins
|
||||
%dir /lib/aaa_base
|
||||
/lib/aaa_base/convert_sysctl*
|
||||
|
Loading…
Reference in New Issue
Block a user