Summary: |
typo into hostnamectl.c: SetChasis -> SetChassis |
Product: |
systemd
|
Reporter: |
David Coppa <dcoppa> |
Component: |
general | Assignee: |
systemd-bugs |
Status: |
RESOLVED
FIXED
|
QA Contact: |
systemd-bugs |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
All | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
[PATCH] Fix typo: SetChasis -> SetChassis
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 90223 [details] [PATCH] Fix typo: SetChasis -> SetChassis The attached patch fixes a typo in src/hostname/hostnamectl.c ("SetChasis", instead of "SetChassis") that causes the following error at runtime: # hostnamectl set-chassis laptop Could not set property: Unknown method 'SetChasis' or interface 'org.freedesktop.hostname1'. Keep up the good work! David