]> git.ipfire.org Git - thirdparty/systemd.git/commit
homectl: call all verb functions verb_*
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 6 Mar 2026 11:26:05 +0000 (12:26 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 18 Mar 2026 10:28:47 +0000 (10:28 +0000)
commitb16cfc0c16ef7c6cbdcb8dceba84fde5b79906d2
tree143af440a8a5d9beb6d3ddb8e425d3336cdd780e
parent4c7af7d9d1cd40e2f36a87787ce2fab32400bf89
homectl: call all verb functions verb_*

This series of renaming patches has a few overlapping motivations:
- when functions are named uniformly, it code is more obvious
- I want to add a parameter to all verb functions
- in #40880 uniform naming of verb functions will be necessary too.
So let's do this cleanup. Some tools had a mix of functions w/ and
w/o "verb_", which looked messy.
src/home/homectl.c