diff options
author | Duncan Mak <duncan@src.gnome.org> | 2001-05-21 03:14:51 +0800 |
---|---|---|
committer | Duncan Mak <duncan@src.gnome.org> | 2001-05-21 03:14:51 +0800 |
commit | 98d30b53faa6a3d15fcce2c6f10d3a27c8af84ed (patch) | |
tree | 9469a48b6beadc33cfaef6fe5dd98a888ada26f3 /tools | |
parent | 8e747d7dc6dbd9e175a91bdccc9f4e169e62b726 (diff) | |
download | gsoc2013-evolution-98d30b53faa6a3d15fcce2c6f10d3a27c8af84ed.tar.gz gsoc2013-evolution-98d30b53faa6a3d15fcce2c6f10d3a27c8af84ed.tar.zst gsoc2013-evolution-98d30b53faa6a3d15fcce2c6f10d3a27c8af84ed.zip |
Add in evolution-vcard-importer as part of the list of processes to
kill in killev.
----------------------------------------------------------------------
tools/killev CVS:
----------------------------------------------------------------------
svn path=/trunk/; revision=9901
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/killev | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/killev b/tools/killev index e6d9634937..31d4896656 100755 --- a/tools/killev +++ b/tools/killev @@ -35,3 +35,5 @@ $killcmd -9 evolution-pine-importer 2>/dev/null $killcmd -9 evolution-pine-i 2>/dev/null $killcmd -9 evolution-netscape-importer 2>/dev/null $killcmd -9 evolution-netsca 2>/dev/null +$killcmd -9 evolution-vcard-import 2>/dev/null +$killcmd -9 evolution-vcard- 2>/dev/null |