[maemo-commits] [maemo-commits] r8940 - in projects/haf/branches/maemo-af-desktop/restart: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jan 4 09:49:23 EET 2007
- Previous message: [maemo-commits] r8939 - projects/haf/branches/maemo-af-desktop
- Next message: [maemo-commits] r8941 - projects/haf/tags/maemo-af-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-01-04 09:49:21 +0200 (Thu, 04 Jan 2007) New Revision: 8940 Modified: projects/haf/branches/maemo-af-desktop/restart/ChangeLog projects/haf/branches/maemo-af-desktop/restart/debian/changelog projects/haf/branches/maemo-af-desktop/restart/maemo-af-desktop.sh Log: 2007-01-04 Johan Bilien <johan.bilien at nokia.com> * maemo-af-desktop.sh: Changed watchdog policy from reboot to restart Modified: projects/haf/branches/maemo-af-desktop/restart/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/restart/ChangeLog 2007-01-04 07:35:40 UTC (rev 8939) +++ projects/haf/branches/maemo-af-desktop/restart/ChangeLog 2007-01-04 07:49:21 UTC (rev 8940) @@ -1,3 +1,8 @@ +2007-01-04 Johan Bilien <johan.bilien at nokia.com> + + * maemo-af-desktop.sh: Changed watchdog policy from reboot + to restart + 2006-12-14 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 2.9.99.16 Modified: projects/haf/branches/maemo-af-desktop/restart/debian/changelog =================================================================== --- projects/haf/branches/maemo-af-desktop/restart/debian/changelog 2007-01-04 07:35:40 UTC (rev 8939) +++ projects/haf/branches/maemo-af-desktop/restart/debian/changelog 2007-01-04 07:49:21 UTC (rev 8940) @@ -1,3 +1,10 @@ +maemo-af-desktop (2.9.99.16-1restart) unstable; urgency=low + + * maemo-af-desktop.sh: Changed watchdog policy from reboot + to restart + + -- Johan Bilien <johan.bilien at nokia.com> Thu, 4 Jan 2007 09:46:36 +0200 + maemo-af-desktop (2.9.99.16-1) unstable; urgency=low * maemo-af-desktop-main.c: Initialize dnotify stuff here Modified: projects/haf/branches/maemo-af-desktop/restart/maemo-af-desktop.sh =================================================================== --- projects/haf/branches/maemo-af-desktop/restart/maemo-af-desktop.sh 2007-01-04 07:35:40 UTC (rev 8939) +++ projects/haf/branches/maemo-af-desktop/restart/maemo-af-desktop.sh 2007-01-04 07:49:21 UTC (rev 8940) @@ -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] r8939 - projects/haf/branches/maemo-af-desktop
- Next message: [maemo-commits] r8941 - projects/haf/tags/maemo-af-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]