]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysext: move stuff around
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Wed, 29 Apr 2026 22:34:19 +0000 (00:34 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 5 May 2026 11:49:51 +0000 (13:49 +0200)
commit9cfad502f4aa103ef0d2191cbb6b82fecfbc5044
tree548f05296d5ca21a35fdb7d5a9ac228951d7c152
parente71074f761a9a9ab984f96f530fce20eb8fbc171
sysext: move stuff around

The verb implementation functions are reordered to match the listing in --help.
The option are reorded a bit to have the "important" options that determine
behaviour first, and various display options and tweaks later. The cases in
parse_argv are ordered in the same way. No functional change.
src/sysext/sysext.c