diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-10 03:50:47 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-10 03:50:47 +0800 |
commit | a5aed7b0a784f84e6d723f612fec6c680166b0c6 (patch) | |
tree | 385f2f19fc76792c8780be22d4bbf312e42cd60b /tools/killev | |
parent | 76b3a1c207f364d81cb46264a9118f1503d7f712 (diff) | |
download | gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar.gz gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar.bz2 gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar.lz gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar.xz gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.tar.zst gsoc2013-evolution-a5aed7b0a784f84e6d723f612fec6c680166b0c6.zip |
Kill the RDF Summary as well.
Fix from R. Burton.
Closes bug #1620
svn path=/trunk/; revision=9728
Diffstat (limited to 'tools/killev')
-rwxr-xr-x | tools/killev | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/killev b/tools/killev index 9fcbab0f20..aec156d1d9 100755 --- a/tools/killev +++ b/tools/killev @@ -27,3 +27,5 @@ $killcmd -9 lt-evolution-executive-summary 2>/dev/null $killcmd -9 lt-evolution-executive-summar 2>/dev/null $killcmd -9 lt-evolution-exe 2>/dev/null $killcmd -9 evolution 2>/dev/null +$killcmd -9 rdf-summary 2>/dev/null +$killcmd -9 lt-rdf-summary 2>/dev/null |