[meego-commits] 10612: Changes to Trunk:Testing/fastinit

Auke Kok no_reply at build.meego.com
Mon Dec 6 19:21:41 UTC 2010


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 <auke-jan.h.kok at intel.com> - 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 <auke-jan.h.kok at intel.com> - 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




More information about the MeeGo-commits mailing list