summaryrefslogtreecommitdiff
path: root/KillMe
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-07-12 13:01:04 +0000
committerJonas Smedegaard <dr@jones.dk>2002-07-12 13:01:04 +0000
commit361fdd5435723e4629a8bfb4c6e0b12dac586273 (patch)
tree3d402b36097bce51a84fe12a1e3fc4c5a6049b24 /KillMe
parent44782b95dbe424c019c99bedf5c477f9d31bfd43 (diff)
Add new gdm Session KillMe.
Diffstat (limited to 'KillMe')
-rwxr-xr-xKillMe14
1 files changed, 14 insertions, 0 deletions
diff --git a/KillMe b/KillMe
new file mode 100755
index 0000000..cdb2884
--- /dev/null
+++ b/KillMe
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# /etc/gdm/Sessions/KillMe
+# Copyright 2002 Jonas Smedegaard <dr@jones.dk>
+#
+# $Id: KillMe,v 1.1 2002-07-12 13:01:04 jonas Exp $
+#
+# Kill all running programs owned by this user
+# Needed as a last option when Mozilla or Evolution hangs
+#
+# TODO: Display a warning about possible other logins killed as well
+#
+
+exec /usr/sbin/slay $USER