Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Move daemon and stub to /usr/libexec #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 2, 2018

  1. Move daemon and stub to /usr/libexec

    I was spending some time investigating how `update_engine` works, and when first
    starting out it took me a little bit to figure out that there were separate
    `update_engine_client` vs `update_engine`. Having them both in `/usr/sbin` is
    annoying for bash completion.
    
    This is just a minor "papercut"; I'm mostly using this to test running
    through the development/contribution process.
    
    I am assuming nothing tries to find these binaries directly and only uses the
    systemd service and/or DBus API; I didn't see any obvious hits in `repo grep
    update_engine`.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    c28dfca View commit details
    Browse the repository at this point in the history