aboutsummaryrefslogtreecommitdiffstats
path: root/event.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-11-25 16:26:00 -0500
committerBill Nottingham <notting@redhat.com>2009-12-02 16:08:35 -0500
commita0025d667ffc0ecd70c0da39a7a3fede56f71a2a (patch)
tree4dcca272cc8ad55b9027f0e35f6485ced649bfd3 /event.d
parent751df4e901aec320bf219592123d962f2a862b5d (diff)
downloadinitscripts-a0025d667ffc0ecd70c0da39a7a3fede56f71a2a.tar
initscripts-a0025d667ffc0ecd70c0da39a7a3fede56f71a2a.tar.gz
initscripts-a0025d667ffc0ecd70c0da39a7a3fede56f71a2a.tar.bz2
initscripts-a0025d667ffc0ecd70c0da39a7a3fede56f71a2a.tar.xz
initscripts-a0025d667ffc0ecd70c0da39a7a3fede56f71a2a.zip
Remove event we never meant to ship.
Diffstat (limited to 'event.d')
-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