aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-05-10 03:50:47 +0800
committerIain Holmes <iain@src.gnome.org>2001-05-10 03:50:47 +0800
commita5aed7b0a784f84e6d723f612fec6c680166b0c6 (patch)
tree385f2f19fc76792c8780be22d4bbf312e42cd60b
parent76b3a1c207f364d81cb46264a9118f1503d7f712 (diff)
downloadgsoc2013-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
-rw-r--r--ChangeLog5
-rwxr-xr-xtools/killev2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63bde4d9aa..f8e69e86a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-09 Iain Holmes <iain@ximian.com>
+
+ * tools/killev: Added rdf-summary killing stuff from R Burton
+ (r.burton@180sw.com)
+
2001-05-09 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: OpenSSL LDFLAGS also needs to include -lcrypt
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