Changeset 1bbc6dc in mainline for uspace/app/init/init.c
- Timestamp:
- 2024-09-17T06:44:46Z (10 months ago)
- Branches:
- master
- Children:
- 9aa51406
- Parents:
- 096c0786
- git-author:
- Jiri Svoboda <jiri@…> (2024-09-16 18:44:38)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-09-17 06:44:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r096c0786 r1bbc6dc 509 509 srv_start("/srv/net/loopip"); 510 510 srv_start("/srv/net/ethip"); 511 srv_start("/srv/net/dhcp"); 511 512 srv_start("/srv/net/inetsrv"); 512 513 srv_start("/srv/net/tcp"); 513 514 srv_start("/srv/net/udp"); 514 515 srv_start("/srv/net/dnsrsrv"); 515 srv_start("/srv/net/dhcp");516 srv_start("/srv/net/nconfsrv");517 516 518 517 srv_start("/srv/clipboard");
Note:
See TracChangeset
for help on using the changeset viewer.