Changeset b4ec1ea in mainline for boot/Makefile.common


Ignore:
Timestamp:
2012-05-13T08:47:03Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32d96e1
Parents:
26b6789
Message:

Rename app/inetcfg to app/inet, srv/inet to srv/inetsrv. Administration tools are run more often from the command line than the services they configure. It makes sense for them to have the shorter name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r26b6789 rb4ec1ea  
    107107        $(USPACE_PATH)/srv/hid/remcons/remcons \
    108108        $(USPACE_PATH)/srv/net/ethip/ethip \
    109         $(USPACE_PATH)/srv/net/inet/inet \
     109        $(USPACE_PATH)/srv/net/inetsrv/inetsrv \
    110110        $(USPACE_PATH)/srv/net/loopip/loopip \
    111111        $(USPACE_PATH)/srv/net/tcp/tcp \
     
    158158        $(USPACE_PATH)/app/edit/edit \
    159159        $(USPACE_PATH)/app/ext2info/ext2info \
    160         $(USPACE_PATH)/app/inetcfg/inetcfg \
     160        $(USPACE_PATH)/app/inet/inet \
    161161        $(USPACE_PATH)/app/kill/kill \
    162162        $(USPACE_PATH)/app/killall/killall \
Note: See TracChangeset for help on using the changeset viewer.