From 64c4d3875d610191658fb05d9317086fdb72257c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 11 Apr 2007 10:40:53 +0000 Subject: Move carrier detection back into net.sh. Reserve a new hook numbers --- src/rc.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/rc.h b/src/rc.h index e86531c9..b6c8cdb1 100644 --- a/src/rc.h +++ b/src/rc.h @@ -135,10 +135,11 @@ void rc_free_deptree (rc_depinfo_t *deptree); typedef enum { rc_hook_runlevel_stop_in = 1, - rc_hook_runlevel_stop_out, - rc_hook_runlevel_start_in, - rc_hook_runlevel_start_out, - rc_hook_service_stop_in, + rc_hook_runlevel_stop_out = 4, + 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_service_stop_in = 101, rc_hook_service_stop_now, rc_hook_service_stop_done, rc_hook_service_stop_out, -- cgit v1.2.3