aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-11-25 16:26:00 -0500
committerBill Nottingham <notting@redhat.com>2009-12-04 19:31:21 -0500
commit4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d (patch)
treec1f114cedf6bc78c019a294dc6aae565c1db5218
parent235d32d7a5da6c9aa264f5484c9e975a95bdc917 (diff)
downloadinitscripts-4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d.tar
initscripts-4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d.tar.gz
initscripts-4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d.tar.bz2
initscripts-4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d.tar.xz
initscripts-4a3eacd8ce207b11cb9ea0afd6537c2b5fa5258d.zip
Remove event we never meant to ship.
-rw-r--r--event.d/sulogin18
1 files changed, 0 insertions, 18 deletions
diff --git a/event.d/sulogin b/event.d/sulogin
deleted file mode 100644
index 931fb062..00000000
--- a/event.d/sulogin
+++ /dev/null
@@ -1,18 +0,0 @@
-# sulogin - rescue mode
-#
-# This task ensures that should the system fail to have any active jobs
-# that the system administrator can rescue it; by giving them a shell.
-
-#start on stalled
-
-exec /sbin/sulogin
-console owner
-
-pre-start script
- echo
- echo "The system has reached a state where there are no jobs running."
- echo "A shell will be spawned so that you may start such jobs that are"
- echo "necessary."
- echo
- echo "Type 'exit' when finished."
-end script