Changeset 22dfd38 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2013-02-10T00:33:10Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1af0424
Parents:
03362fbd
Message:

init: Move hound startup to the end.

Fixes boot failure, not sure why.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r03362fbd r22dfd38  
    382382#endif
    383383       
    384         srv_start("/srv/hound");
    385384        srv_start("/srv/input", HID_INPUT);
    386385        srv_start("/srv/output", HID_OUTPUT);
     
    407406                }
    408407        }
     408        srv_start("/srv/hound");
    409409       
    410410        return 0;
Note: See TracChangeset for help on using the changeset viewer.