[maemo-commits] [maemo-commits] r9814 - projects/haf/trunk/maemo-af-desktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Feb 13 14:19:08 EET 2007
- Previous message: [maemo-commits] r9813 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r9815 - in projects/haf/trunk/hildon-theme-layout-4: . data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-02-13 14:19:07 +0200 (Tue, 13 Feb 2007) New Revision: 9814 Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog projects/haf/trunk/maemo-af-desktop/maemo-af-desktop.sh Log: 2007-02-13 Johan Bilien <johan.bilien at nokia.com> * maemo-af-desktop.sh: Changed watchdog policy to restart. Fixes: NB#50401 Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog =================================================================== --- projects/haf/trunk/maemo-af-desktop/ChangeLog 2007-02-13 12:05:34 UTC (rev 9813) +++ projects/haf/trunk/maemo-af-desktop/ChangeLog 2007-02-13 12:19:07 UTC (rev 9814) @@ -1,4 +1,9 @@ 2007-02-13 Johan Bilien <johan.bilien at nokia.com> + + * maemo-af-desktop.sh: Changed watchdog policy to restart. + Fixes: NB#50401 + +2007-02-13 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 2.9.99.21 Modified: projects/haf/trunk/maemo-af-desktop/maemo-af-desktop.sh =================================================================== --- projects/haf/trunk/maemo-af-desktop/maemo-af-desktop.sh 2007-02-13 12:05:34 UTC (rev 9813) +++ projects/haf/trunk/maemo-af-desktop/maemo-af-desktop.sh 2007-02-13 12:19:07 UTC (rev 9814) @@ -47,7 +47,7 @@ exit 2 fi - $LAUNCHWRAPPER_NICE start "$SVC" $PROG + $LAUNCHWRAPPER_NICE_TRYRESTART start "$SVC" $PROG else - $LAUNCHWRAPPER_NICE stop "$SVC" $PROG + $LAUNCHWRAPPER_NICE_TRYRESTART stop "$SVC" $PROG fi
- Previous message: [maemo-commits] r9813 - in projects/haf/branches/hildon-control-panel/refactoring: . src
- Next message: [maemo-commits] r9815 - in projects/haf/trunk/hildon-theme-layout-4: . data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]