From 20ef8f97a52cd7ce155f88bbfd4f911119e3d2e2 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Thu, 12 May 2005 13:11:21 +0000 Subject: add evolution-data-server-1.2 to the list of old dataserver instances.) 2005-05-12 Harish Krishnaswamy * main.c: (kill_dataserver): add evolution-data-server-1.2 to the list of old dataserver instances.) svn path=/trunk/; revision=29342 --- shell/ChangeLog | 5 +++++ shell/main.c | 1 + 2 files changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 815c3e9214..d1fe595dc7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-05-12 Harish Krishnaswamy + + * main.c: (kill_dataserver): add evolution-data-server-1.2 + to the list of old dataserver instances. + 2005-05-06 Chenthill Palanisamy Fixes #301459 diff --git a/shell/main.c b/shell/main.c index 44605041ff..11ee72a607 100644 --- a/shell/main.c +++ b/shell/main.c @@ -134,6 +134,7 @@ kill_dataserver (void) system (KILL_PROCESS_CMD " -9 lt-evolution-data-server 2> /dev/null"); system (KILL_PROCESS_CMD " -9 evolution-data-server-1.0 2> /dev/null"); + system (KILL_PROCESS_CMD " -9 evolution-data-server-1.2 2> /dev/null"); system (KILL_PROCESS_CMD " -9 lt-evolution-alarm-notify 2> /dev/null"); system (KILL_PROCESS_CMD " -9 evolution-alarm-notify 2> /dev/null"); -- cgit v1.2.3