Fix rc-abort to notify the plugins we are aborting

This commit is contained in:
Roy Marples
2007-04-20 15:02:13 +00:00
parent 7590e7b258
commit a5ba34ec15
2 changed files with 14 additions and 10 deletions

View File

@ -139,6 +139,9 @@ typedef enum
rc_hook_runlevel_start_in = 5,
rc_hook_runlevel_start_out = 8,
/* We reserved a few numbers if we need rc_runlevel_stop_now and done */
rc_hook_abort = 99,
/* We send the abort if an init script requests we abort and drop
* into single user mode if system not fully booted */
rc_hook_service_stop_in = 101,
rc_hook_service_stop_now,
rc_hook_service_stop_done,