- move mkinitrd scripts of blogs to sysvinit-init, it's breaking
systemd/plymouth (bnc#804458) OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=186
This commit is contained in:
parent
d0ef974439
commit
fae4b203a7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 16:16:45 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- move mkinitrd scripts of blogs to sysvinit-init, it's breaking
|
||||||
|
systemd/plymouth (bnc#804458)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 17 11:48:35 UTC 2012 - werner@suse.de
|
Fri Aug 17 11:48:35 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sysvinit
|
# spec file for package sysvinit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -241,8 +241,6 @@ if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d /proc/1/root
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post tools
|
|
||||||
if test -x /sbin/mkinitrd_setup; then
|
if test -x /sbin/mkinitrd_setup; then
|
||||||
mkinitrd_setup
|
mkinitrd_setup
|
||||||
fi
|
fi
|
||||||
@ -250,6 +248,8 @@ fi
|
|||||||
%postun tools
|
%postun tools
|
||||||
%restart_on_update powerd
|
%restart_on_update powerd
|
||||||
%insserv_cleanup
|
%insserv_cleanup
|
||||||
|
|
||||||
|
%postun
|
||||||
if test -x /sbin/mkinitrd_setup; then
|
if test -x /sbin/mkinitrd_setup; then
|
||||||
mkinitrd_setup
|
mkinitrd_setup
|
||||||
fi
|
fi
|
||||||
@ -279,6 +279,11 @@ fi
|
|||||||
%doc %{_mandir}/man8/runlevel.8.gz
|
%doc %{_mandir}/man8/runlevel.8.gz
|
||||||
%doc %{_mandir}/man8/shutdown.8.gz
|
%doc %{_mandir}/man8/shutdown.8.gz
|
||||||
%doc %{_mandir}/man8/telinit.8.gz
|
%doc %{_mandir}/man8/telinit.8.gz
|
||||||
|
%dir /lib/mkinitrd
|
||||||
|
%dir /lib/mkinitrd/scripts
|
||||||
|
/lib/mkinitrd/scripts/boot-blogd.sh
|
||||||
|
/lib/mkinitrd/scripts/boot-killblogd.sh
|
||||||
|
/lib/mkinitrd/scripts/boot-killblogd2.sh
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr (-,root,root,755)
|
%defattr (-,root,root,755)
|
||||||
@ -290,11 +295,6 @@ fi
|
|||||||
%doc doc/powerd
|
%doc doc/powerd
|
||||||
%endif
|
%endif
|
||||||
%config /etc/pam.d/init
|
%config /etc/pam.d/init
|
||||||
%dir /lib/mkinitrd
|
|
||||||
%dir /lib/mkinitrd/scripts
|
|
||||||
/lib/mkinitrd/scripts/boot-blogd.sh
|
|
||||||
/lib/mkinitrd/scripts/boot-killblogd.sh
|
|
||||||
/lib/mkinitrd/scripts/boot-killblogd2.sh
|
|
||||||
/bin/mountpoint
|
/bin/mountpoint
|
||||||
/bin/pidof
|
/bin/pidof
|
||||||
/bin/usleep
|
/bin/usleep
|
||||||
|
Loading…
Reference in New Issue
Block a user