Did this fix BMC#3884? If yes, mark status to Resolved/Fixed. We don't accept sr with a bug that's not resolved
Peter. > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Auke Kok > Sent: Tuesday, December 07, 2010 3:22 AM > To: [email protected] > Subject: [meego-commits] 10612: Changes to Trunk:Testing/fastinit > > Hi, > I have made the following changes to fastinit in project Trunk:Testing. Please > review and accept ASAP. > > Thank You, > Auke Kok > > [This message was auto-generated] > > --- > > Request #10612: > > submit: home:auke:branches:Trunk:Testing/fastinit(r2)(cleanup) -> > Trunk:Testing/fastinit > > > Message: > * Mon Dec 06 2010 Auke Kok <[email protected]> - 1.27 > - Merge local OBS changes into upstream > - Do not send sreadahead a USR1. (BMC#3884) > > State: new 2010-12-06T11:21:40 auke > Comment: None > > > > changes files: > -------------- > --- fastinit.changes > +++ fastinit.changes > @@ -0,0 +1,4 @@ > +* Mon Dec 06 2010 Auke Kok <[email protected]> - 1.27 > +- Merge local OBS changes into upstream > +- Do not send sreadahead a USR1. (BMC#3884) > + > > old: > ---- > fastinit-1.26.tar.bz2 > > new: > ---- > fastinit-1.27.tar.bz2 > > spec files: > ----------- > --- fastinit.spec > +++ fastinit.spec > @@ -1,6 +1,6 @@ > Summary: The inittab file and the /etc/init.d scripts > Name: fastinit > -Version: 1.26 > +Version: 1.27 > License: GPLv2 > Group: System/Base > Release: 1 > > other changes: > -------------- > > ++++++ fastinit-1.26.tar.bz2 -> fastinit-1.27.tar.bz2 > --- Makefile > +++ Makefile > @@ -1,4 +1,4 @@ > -VERSION = 1.26 > +VERSION = 1.27 > > ROOT ?= / > SUPERUSER = root > --- rc.d/rc.sysinit > +++ rc.d/rc.sysinit > @@ -316,11 +316,10 @@ > /usr/sbin/avahi-daemon -D > fi > > - > if [ -x "/usr/sbin/crond" ] ; then > /usr/sbin/crond > fi > - > + > if [ -x "/usr/sbin/ofonod" ] ; then > /usr/sbin/ofonod > fi > @@ -337,12 +336,6 @@ > /sbin/console_init /dev/tty0 > fi > > - # signal sreadahead to stop logging and create a new pack file > - pgrep sreadahead > /dev/null && ( > - sleep 10 > - killall -USR1 sreadahead >/dev/null 2>&1 > - ) & > - > # enable SATA ALPM at the end of the disk sensitive part of the boot > process > sleep 5 > for lpm in /sys/class/scsi_host/host*/link_power_management_policy; do > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
