add evolution-data-server-1.2 to the list of old dataserver instances.)

2005-05-12  Harish Krishnaswamy  <kharish@novell.com>

* main.c: (kill_dataserver): add evolution-data-server-1.2
to the list of old dataserver instances.)

svn path=/trunk/; revision=29342
This commit is contained in:
Harish Krishnaswamy
2005-05-12 13:11:21 +00:00
committed by Harish Krishnaswamy
parent 29bb024c1a
commit 20ef8f97a5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-05-12 Harish Krishnaswamy <kharish@novell.com>
* main.c: (kill_dataserver): add evolution-data-server-1.2
to the list of old dataserver instances.
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #301459

View File

@ -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");