aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-02-14 03:30:45 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-02-14 03:30:45 +0800
commit526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2 (patch)
tree7694d40d599988979bddcb46880bfa24cd1051d5
parenta5fd78095750b5d1ceb9e0164e0f235a02cb7bfa (diff)
downloadgsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar.gz
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar.bz2
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar.lz
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar.xz
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.tar.zst
gsoc2013-evolution-526e886f27b0f3eec1bf639a5d40d1bacb8d5fd2.zip
Add commands to kill recent versions of evolution-data-server.
2008-02-13 Matthew Barnes <mbarnes@redhat.com> * main.c (kill_dataserver): Add commands to kill recent versions of evolution-data-server. svn path=/trunk/; revision=35008
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/main.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7af56ac3df..e21b43f39e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-13 Matthew Barnes <mbarnes@redhat.com>
+
+ * main.c (kill_dataserver):
+ Add commands to kill recent versions of evolution-data-server.
+
2008-01-30 Srinivasa Ragavan <sragavan@novell.com>
* apps_evolution_shell.schemas.in: Change Crash Recovery to Crash
diff --git a/shell/main.c b/shell/main.c
index 8ee8337337..8d3b14de60 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -145,6 +145,8 @@ kill_dataserver (void)
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.4 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.6 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.8 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-data-server-1.10 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-data-server-1.12 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");