Changeset af92309 in mainline for uspace/srv/sysman/Makefile


Ignore:
Timestamp:
2019-08-07T09:33:04Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
9532981
Parents:
918ac9b
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-02 22:12:18)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:33:04)
Message:

sysman: Rename configuration to repo(sitory)

It's better suited for dynamic nature of the storage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/Makefile

    r918ac9b raf92309  
    3838
    3939SYSMAN_SOURCES = \
    40         configuration.c \
    4140        connection_broker.c \
    4241        connection_ctl.c \
     
    4443        job.c \
    4544        log.c \
     45        repo.c \
     46        sm_task.c \
    4647        sysman.c \
    4748        unit.c \
    4849        units/unit_cfg.c \
    4950        units/unit_mnt.c \
     51        units/unit_svc.c \
    5052        units/unit_tgt.c \
    51         units/unit_svc.c \
    52         sm_task.c \
    5353        util.c
    5454
Note: See TracChangeset for help on using the changeset viewer.