Changes in / [121e7adf:8989f2a7] in mainline


Ignore:
Files:
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r121e7adf r8989f2a7  
    109109        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
    110110        $(USPACE_PATH)/srv/fs/ext4fs/ext4fs \
    111         $(USPACE_PATH)/srv/hid/remcons/remcons \
    112111        $(USPACE_PATH)/srv/taskmon/taskmon \
    113112        $(USPACE_PATH)/srv/net/nil/eth/eth \
  • uspace/Makefile

    r121e7adf r8989f2a7  
    9595        srv/hid/fb \
    9696        srv/hid/input \
    97         srv/hid/remcons \
    9897        srv/hw/char/s3c24xx_uart \
    9998        srv/net/il/arp \
  • uspace/app/init/init.c

    r121e7adf r8989f2a7  
    312312       
    313313        spawn("/srv/clip");
    314         spawn("/srv/remcons");
    315314       
    316315        /*
Note: See TracChangeset for help on using the changeset viewer.