aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 37cb7cdc8b..02bc4818d6 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -171,6 +171,8 @@ shell_weak_notify (void *data,
}
+#ifdef KILL_PROCESS_CMD
+
static void
kill_wombat (void)
{
@@ -178,6 +180,9 @@ kill_wombat (void)
system (KILL_PROCESS_CMD " -9 lt-evolution-wombat 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-wombat 2> /dev/null");
+
+ system (KILL_PROCESS_CMD " -9 lt-evolution-alarm-notify 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-alarm-notify 2> /dev/null");
}
static void
@@ -216,6 +221,7 @@ kill_old_wombat (void)
CORBA_Object_release (iface, &ev);
CORBA_exception_free (&ev);
}
+#endif
/* Warning dialog to scare people off a little bit. */
@@ -350,7 +356,9 @@ idle_cb (void *data)
gboolean display_default;
gboolean displayed_any;
+#ifdef KILL_PROCESS_CMD
kill_old_wombat ();
+#endif
CORBA_exception_init (&ev);
reebsd-ports-graphics/commit/java/java-tutorial?id=58f9af93abf622d85dff0252acd6889bfa45f53f'>Taking care of unmaintained ports in the java category.znerd2002-05-081-1/+1 * Update latest tutorial and bump PORTREVISIONpat2002-03-313-2/+10 * Chase checksum (minor changes in documentation).demon2001-12-243-2/+10 * Update to the latest version of the tutorial.steve2001-12-163-3/+18 * Tarball was rerolled with slight changes.demon2001-08-064-2/+84 * Return maintainership to ports@freebsd.org; previous maintainer says he nogreid2001-04-261-1/+1 * Chase distfile update (some demo code added).kuriyama2001-03-163-2/+17 * Update to the latest version of the JDK tutorial.steve2001-02-263-57/+308