[maemo-commits] [maemo-commits] r18849 - projects/haf/trunk/ke-recv/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jul 13 11:48:54 EEST 2009
- Previous message: [maemo-commits] r18848 - in projects/haf/trunk/hildon-control-panel: . src
- Next message: [maemo-commits] r18850 - projects/haf/trunk/hildon-control-panel/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-07-13 11:48:46 +0300 (Mon, 13 Jul 2009) New Revision: 18849 Modified: projects/haf/trunk/ke-recv/debian/changelog projects/haf/trunk/ke-recv/debian/init.d projects/haf/trunk/ke-recv/debian/ke-recv.upstart Log: revert early startup, safer to do in charging side.. Modified: projects/haf/trunk/ke-recv/debian/changelog =================================================================== --- projects/haf/trunk/ke-recv/debian/changelog 2009-07-10 22:49:20 UTC (rev 18848) +++ projects/haf/trunk/ke-recv/debian/changelog 2009-07-13 08:48:46 UTC (rev 18849) @@ -1,7 +1,6 @@ ke-recv (3.21-1~unreleased) unstable; urgency=low - Peter Aradi: - * Fixes: NB#125773: ke-recv should provide g_* handling + * foo -- Aapo Kojo <aapo.kojo at nokia.com> Tue, 30 Jun 2009 14:35:09 +0300 Modified: projects/haf/trunk/ke-recv/debian/init.d =================================================================== --- projects/haf/trunk/ke-recv/debian/init.d 2009-07-10 22:49:20 UTC (rev 18848) +++ projects/haf/trunk/ke-recv/debian/init.d 2009-07-13 08:48:46 UTC (rev 18849) @@ -76,13 +76,12 @@ fi fi -# NOTE: ke-recv is now started earlier -# if [ -x $DTOOL ]; then -# $DTOOL -U $USER -n -1 -t $DAEMON -# else + if [ -x $DTOOL ]; then + $DTOOL -U $USER -n -1 -t $DAEMON + else start-stop-daemon -b --start --quiet --user $USER \ --exec $DAEMON -- $PARAMS -# fi + fi echo "$NAME." ;; stop) Modified: projects/haf/trunk/ke-recv/debian/ke-recv.upstart =================================================================== --- projects/haf/trunk/ke-recv/debian/ke-recv.upstart 2009-07-10 22:49:20 UTC (rev 18848) +++ projects/haf/trunk/ke-recv/debian/ke-recv.upstart 2009-07-13 08:48:46 UTC (rev 18849) @@ -1,7 +1,7 @@ description "starting ke-recv" author "Philippe De Swert" -start on startup -stop on starting shutdown +start on started hildon-desktop +stop on ACT_DEAD console none script export RUNLEVEL=2
- Previous message: [maemo-commits] r18848 - in projects/haf/trunk/hildon-control-panel: . src
- Next message: [maemo-commits] r18850 - projects/haf/trunk/hildon-control-panel/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]