forked from pool/aaa_base
Accepting request 245616 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/245616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=412
This commit is contained in:
parent
c852575829
commit
77a2f390d5
@ -3,6 +3,11 @@ Tue Aug 12 09:01:48 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- Muffle libGL error message when run under ssh (bnc#890189)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 15:08:16 CEST 2014 - ro@suse.de
|
||||
|
||||
- add inittab as ghost config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 06:36:17 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -120,6 +120,8 @@ for i in boot.local after.local halt.local ; do
|
||||
done
|
||||
#
|
||||
install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
|
||||
# keep as ghost for migration
|
||||
touch %buildroot/etc/inittab
|
||||
|
||||
%pre -f aaa_base.pre
|
||||
|
||||
@ -163,6 +165,7 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
|
||||
%ghost /etc/init.d/boot.local
|
||||
%ghost /etc/init.d/after.local
|
||||
%ghost /etc/init.d/halt.local
|
||||
%ghost %config /etc/inittab
|
||||
# don't forget to also change aaa_base.post, boot.cleanup
|
||||
# and /etc/permissions!
|
||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
||||
|
Loading…
Reference in New Issue
Block a user