http_block: rename to http_blk to be consistent

Ref #966
This commit is contained in:
Stefan Kalkowski 2013-11-28 15:15:22 +01:00 committed by Norman Feske
parent bf90fd5f66
commit 66d499e416
6 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@ Separate components:
The terminal crosslink service allows to terminal clients to talk to each
other.
:'gems/src/server/http_block':
:'gems/src/server/http_blk':
A block service that fetches a virtual block device over the network from
a HTTP server.

View File

@ -8,7 +8,7 @@ Usage
Config file snippet:
!<start name="http_blkdrv">
!<start name="http_blk">
! <resource name="RAM" quantum="1M" />
! <provides><service name="Block"/></provides> <!-- Mandatory -->
! <config uri="http://kc86.genode.labs:80/file.iso" block_size=2048/>

View File

@ -1,4 +1,4 @@
TARGET = http_block
TARGET = http_blk
SRC_CC = main.cc http.cc
LIBS = lwip libc