forked from pool/aaa_base
Accepting request 245090 from home:oertel:branches:Base:System
- add inittab as ghost config OBS-URL: https://build.opensuse.org/request/show/245090 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=521
This commit is contained in:
parent
747fb0dfe1
commit
80d0c6941c
@ -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)
|
- 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
|
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
|
done
|
||||||
#
|
#
|
||||||
install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
|
install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
|
||||||
|
# keep as ghost for migration
|
||||||
|
touch %buildroot/etc/inittab
|
||||||
|
|
||||||
%pre -f aaa_base.pre
|
%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/boot.local
|
||||||
%ghost /etc/init.d/after.local
|
%ghost /etc/init.d/after.local
|
||||||
%ghost /etc/init.d/halt.local
|
%ghost /etc/init.d/halt.local
|
||||||
|
%ghost %config /etc/inittab
|
||||||
# don't forget to also change aaa_base.post, boot.cleanup
|
# don't forget to also change aaa_base.post, boot.cleanup
|
||||||
# and /etc/permissions!
|
# and /etc/permissions!
|
||||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
||||||
|
Loading…
Reference in New Issue
Block a user