diff options
author | Bill Nottingham <notting@redhat.com> | 2009-11-25 16:26:00 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-11-25 16:26:00 -0500 |
commit | 23f2e7e646ccf713205e3598e5eed64a290ebd5f (patch) | |
tree | be41b6ce3a8782de33f60c3b0f4288e680bbcd79 | |
parent | 4775714a975be6d799c12ccd17e3c1a4b89bafbc (diff) | |
download | initscripts-23f2e7e646ccf713205e3598e5eed64a290ebd5f.tar initscripts-23f2e7e646ccf713205e3598e5eed64a290ebd5f.tar.gz initscripts-23f2e7e646ccf713205e3598e5eed64a290ebd5f.tar.bz2 initscripts-23f2e7e646ccf713205e3598e5eed64a290ebd5f.tar.xz initscripts-23f2e7e646ccf713205e3598e5eed64a290ebd5f.zip |
Remove event we never meant to ship.
-rw-r--r-- | event.d/sulogin | 18 |
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 |