Doing some investigations regarding sreadahead on N900/sd cards and
noticed this piece of script in /etc/rc.sysinit:

        # signal sreadahead to stop logging and create a new pack file
       pgrep sreadahead > /dev/null && (
               sleep 10
               killall -USR1 sreadahead  >/dev/null 2>&1
       ) &

But in the sreadahead source I don't see any code handling SIGUSR1
handling this scenario, but I do see a init script that starts the
packing. Am I wrong in assuming the rc.sysinit part is either wrong or
a obsolete piece of script?

Best regards,
Carsten Munk
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev

Reply via email to