diff options
author | Roy Marples <roy@marples.name> | 2007-04-20 15:02:13 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-20 15:02:13 +0000 |
commit | a5ba34ec151e4e18d7b732dac1517d21a1df3710 (patch) | |
tree | e42e1cf3fcfe60f480407506623f9dd54d168b13 /src/rc.h | |
parent | 7590e7b258d34124f070b4cd01fa6cc7caa29920 (diff) |
Fix rc-abort to notify the plugins we are aborting
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |