Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move BlueChi daemons to /usr/libexec #571

Closed
mwperina opened this issue Sep 20, 2023 · 0 comments · Fixed by #573
Closed

Move BlueChi daemons to /usr/libexec #571

mwperina opened this issue Sep 20, 2023 · 0 comments · Fixed by #573
Labels
enhancement New feature or request jira Issues that are synced to Jira
Milestone

Comments

@mwperina
Copy link
Member

All BlueChi executables are installed into /usr/bin, which makes shell auto completion for bluechictl command harder. We can move BlueChi daemons into /usr/libexec so bluechictl could be found using auto completion much faster and ease execution of the command.

@mwperina mwperina added the enhancement New feature or request label Sep 20, 2023
@mwperina mwperina added this to the v0.6 milestone Sep 20, 2023
@mwperina mwperina added the jira Issues that are synced to Jira label Sep 20, 2023
mwperina added a commit to mwperina/bluechi that referenced this issue Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.

Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
mwperina added a commit to mwperina/bluechi that referenced this issue Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.

Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
mwperina added a commit to mwperina/bluechi that referenced this issue Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.

Fixes: eclipse-bluechi#571
Signed-off-by: Martin Perina <mperina@redhat.com>
rhatdan pushed a commit that referenced this issue Sep 20, 2023
Moves `bluechi-controller`, `bluechi-agent` and `bluechi-proxy` daemons
to `/usr/libexec` directory, so users can use shell auto completion
feature for `bluechictl` much more effectively.

Fixes: #571

Signed-off-by: Martin Perina <mperina@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira Issues that are synced to Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant