Changeset 12274


Ignore:
Timestamp:
06/10/09 10:39:24 (4 years ago)
Author:
eko
Message:

startup run change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit.c

    r12235 r12274  
    166166} 
    167167 
    168 void start_create_rc_startup(void) 
     168void start_run_rc_startup(void) 
    169169{ 
    170170        create_rc_file(RC_STARTUP); 
     171        system("/tmp/.rc_startup"); 
    171172        return; 
    172173} 
    173174 
    174 void start_create_rc_shutdown(void) 
     175void start_run_rc_shutdown(void) 
    175176{ 
    176177        create_rc_file(RC_SHUTDOWN); 
     178        system("/tmp/.rc_shutdown"); 
    177179        return; 
    178180} 
Note: See TracChangeset for help on using the changeset viewer.