diff options
author | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
commit | 31c19f75b9e278da1c8d36022eb38935959e9623 (patch) | |
tree | 4ba00fa4856e39912c9a54ecba72de80d51d2418 /tools | |
parent | 04f148f617112009091abd18b16463033dd322d0 (diff) | |
download | gsoc2013-evolution-NAUTILUS-SAFE.tar gsoc2013-evolution-NAUTILUS-SAFE.tar.gz gsoc2013-evolution-NAUTILUS-SAFE.tar.bz2 gsoc2013-evolution-NAUTILUS-SAFE.tar.lz gsoc2013-evolution-NAUTILUS-SAFE.tar.xz gsoc2013-evolution-NAUTILUS-SAFE.tar.zst gsoc2013-evolution-NAUTILUS-SAFE.zip |
This commit was manufactured by cvs2svn to create tagNAUTILUS-SAFE
'NAUTILUS-SAFE'.
svn path=/tags/NAUTILUS-SAFE/; revision=3914
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.cvsignore | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 3 | ||||
-rwxr-xr-x | tools/killev | 11 |
3 files changed, 0 insertions, 17 deletions
diff --git a/tools/.cvsignore b/tools/.cvsignore deleted file mode 100644 index 36a2ee1e24..0000000000 --- a/tools/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -.deps
\ No newline at end of file diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index ca1ad433ed..0000000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -bin_SCRIPTS = killev - -EXTRA_DIST = $(bin_SCRIPTS) diff --git a/tools/killev b/tools/killev deleted file mode 100755 index 4770f8a4bf..0000000000 --- a/tools/killev +++ /dev/null @@ -1,11 +0,0 @@ -killall -9 wombat 2>/dev/null -killall -9 lt-wombat 2>/dev/null -killall -9 tlacuache 2>/dev/null -killall -9 evolution-addressbook 2>/dev/null -killall -9 lt-evolution-addressbook 2>/dev/null -killall -9 evolution-calendar 2>/dev/null -killall -9 lt-evolution-calendar 2>/dev/null -killall -9 lt-gnomecal 2>/dev/null -killall -9 evolution-mail 2>/dev/null -killall -9 lt-evolution-mail 2>/dev/null -killall -9 evolution 2>/dev/null |