Changeset bd88bee in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2013-09-21T22:51:06Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66ec63a
Parents:
7af0cc5
Message:

Automatically start DHCP on ethernet links.

File:
1 edited

Legend:

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

    r7af0cc5 rbd88bee  
    360360        srv_start("/srv/udp");
    361361        srv_start("/srv/dnsrsrv");
     362        srv_start("/srv/dhcp");
     363        srv_start("/srv/nconfsrv");
    362364       
    363365        srv_start("/srv/clipboard");
Note: See TracChangeset for help on using the changeset viewer.