Changeset 12275
- Timestamp:
- 06/10/09 10:39:59 (4 years ago)
- File:
-
- 1 edited
-
src/router/rc/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/init.c
r12235 r12275 643 643 #endif 644 644 { 645 start_service("create_rc_shutdown"); 646 system("/tmp/.rc_shutdown"); 645 start_service("run_rc_shutdown"); 647 646 } 648 647 if (state == STOP) { … … 726 725 start_service_f("radio_timer"); 727 726 728 cprintf(" createrc file\n");727 cprintf("run rc file\n"); 729 728 #ifdef HAVE_REGISTER 730 729 if (isregistered_real()) 731 730 #endif 732 731 { 733 start_service_f("create_rc_startup"); 734 chmod("/tmp/.rc_startup", 0700); 735 system("/tmp/.rc_startup"); 732 start_service_f("run_rc_startup"); 736 733 system("/etc/init.d/rcS"); // start openwrt 737 734 // startup script
Note: See TracChangeset
for help on using the changeset viewer.
