+ * configure.in: added tools/Makefile.
+ + * Makefile.am: Added tools. + + * tools/: New directory for tools relating to evolution. + + * tools/killev: New script for killing all evolution-related + stuff. + + * tools/Makefile.am: New file. + + * tools/.cvsignore: New file. svn path=/trunk/; revision=2652
This commit is contained in:
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2000-04-27 Matt Loper <matt@helixcode.com>
|
||||
|
||||
* configure.in: added tools/Makefile.
|
||||
|
||||
* Makefile.am: Added tools.
|
||||
|
||||
* tools/: New directory for tools relating to evolution.
|
||||
|
||||
* tools/killev: New script for killing all evolution-related
|
||||
stuff.
|
||||
|
||||
* tools/Makefile.am: New file.
|
||||
|
||||
* tools/.cvsignore: New file.
|
||||
|
||||
2000-04-26 NotZed <NotZed@HelixCode.com>
|
||||
|
||||
* tests/test13.c (main): And here too.
|
||||
|
||||
@ -28,6 +28,7 @@ SUBDIRS = \
|
||||
wombat \
|
||||
art \
|
||||
default_user \
|
||||
tools \
|
||||
po
|
||||
|
||||
dist-hook:
|
||||
|
||||
@ -376,4 +376,5 @@ filter/Makefile
|
||||
wombat/Makefile
|
||||
art/Makefile
|
||||
default_user/Makefile
|
||||
tools/Makefile
|
||||
])
|
||||
|
||||
3
tools/.cvsignore
Normal file
3
tools/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
1
tools/Makefile.am
Normal file
1
tools/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
bin_SCRIPTS = killev
|
||||
11
tools/killev
Executable file
11
tools/killev
Executable file
@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user