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:
committed by
Harish Krishnaswamy
parent
29bb024c1a
commit
20ef8f97a5
@ -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
|
||||
|
||||
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user