Changeset 12274
- Timestamp:
- 06/10/09 10:39:24 (4 years ago)
- File:
-
- 1 edited
-
src/router/services/sysinit/sysinit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/sysinit.c
r12235 r12274 166 166 } 167 167 168 void start_ create_rc_startup(void)168 void start_run_rc_startup(void) 169 169 { 170 170 create_rc_file(RC_STARTUP); 171 system("/tmp/.rc_startup"); 171 172 return; 172 173 } 173 174 174 void start_ create_rc_shutdown(void)175 void start_run_rc_shutdown(void) 175 176 { 176 177 create_rc_file(RC_SHUTDOWN); 178 system("/tmp/.rc_shutdown"); 177 179 return; 178 180 }
Note: See TracChangeset
for help on using the changeset viewer.
