aboutsummaryrefslogtreecommitdiffstats
path: root/tools/killev.c
Commit message (Collapse)AuthorAgeFilesLines
* kill the alarm notification service, not the factory, which no longerRodrigo Moya2003-11-181-1/+1
| | | | | | | | | 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. svn path=/trunk/; revision=23414
* clean this up a little and make it deal with "evolution" vsDan Winship2003-06-201-18/+19
| | | | | | | * tools/killev.c (kill_component): clean this up a little and make it deal with "evolution" vs "evolution-1.4" svn path=/trunk/; revision=21499
* Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTSDan Winship2003-04-081-0/+217
* tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS): Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTS to PROGRAMS. (killev_SOURCES, killev_LDADD): Add * tools/killev.c: New C port of killev, since "bonobo-activation-query" does not return as much information as "oaf-client" did. Also has prettier output. (Still shells out to killall/pkill to do the actual killing.) * tools/killev: Gone * tools/evolution-move-tasks: Removed since the evolution-calendar code that called it is also gone now. svn path=/trunk/; revision=20700